Trying to compile the following code results in rustc stack overflowing ``` rust #[no_std]; #[lang="start"] fn main() {} ``` Tested using Rust 0.9. Other people on IRC reported they receive the same issue with master.
Trying to compile the following code results in rustc stack overflowing
Tested using Rust 0.9. Other people on IRC reported they receive the same issue with master.