-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTP-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTP-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.