You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing rustc the --emit=bc flag and passing --emit=bc,link may produce different .bc files (that is, outputs). This is true of rust-core (see below), though was not the case for a simpler ("Hello, world!") test file.