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
There’s no reason for the compiler to fail if --emit≠link is specified and main function does not exist.
Relevant code appears to be src/librustc/middle/entry.rs.
The text was updated successfully, but these errors were encountered:
kmcallister
added
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-linkage
Area: linking into static, shared libraries and binaries
labels
Feb 1, 2015
nagisa
added a commit
to nagisa/rust
that referenced
this issue
Feb 7, 2015
There’s no reason for the compiler to fail if
--emit≠link
is specified and main function does not exist.Relevant code appears to be
src/librustc/middle/entry.rs
.The text was updated successfully, but these errors were encountered: