rustc's --test flag should imply --bin #1444
Labels
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Crate's that have the #[crate_type = "lib"] attribute are compiled as libs even when compiling with --test. This is probably not intuitive.
The text was updated successfully, but these errors were encountered: