We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Trying to compile the following code results in rustc stack overflowing
#[no_std]; #[lang="start"] fn main() {}
Tested using Rust 0.9. Other people on IRC reported they receive the same issue with master.