We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn main() { println!("Hello, world!"); let }
It outputs
src/main.rs:4:1: 4:2 error: unexpected token: `<eof>` src/main.rs:4 } ^ src/main.rs:4:1: 4:2 error: unexpected token: `<eof>` src/main.rs:4 } ^
again and again. It does not stop.
rustc 1.8.0-nightly (57c357d89 2016-02-16)