We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation of a simple incomplete program
fn main() { match }
makes the nightly rustc to enter an infinite loop of printing
rustc
src/main.rs:3:1: 3:2 error: unexpected token: <eof> src/main.rs:3 } ^ src/main.rs:3:1: 3:2 error: unexpected token: <eof> src/main.rs:3 } ^
<eof>
This only happens in nightly. Stable and beta are fine as of Feb 27, 2016. This can be reproduced in https://play.rust-lang.org/?gist=3cff960d21a553727434&version=nightly This may be related to #30128
The text was updated successfully, but these errors were encountered:
likely the same as #31804
Sorry, something went wrong.
Duplicate of #31804
No branches or pull requests
Compilation of a simple incomplete program
makes the nightly
rustc
to enter an infinite loop of printingThis only happens in nightly. Stable and beta are fine as of Feb 27, 2016.
This can be reproduced in https://play.rust-lang.org/?gist=3cff960d21a553727434&version=nightly
This may be related to #30128
The text was updated successfully, but these errors were encountered: