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
On rustc 1.8.0-nightly (d5558825b 2016-02-28) attempting to compile the source
rustc 1.8.0-nightly (d5558825b 2016-02-28)
#[test] fn entity_offset_container_test() { let }
results in the following output from the compiler:
test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 } ^ test.rs:5:1: 5:2 error: unexpected token: `<eof>` test.rs:5 }
Repeated on indefinitely.
The text was updated successfully, but these errors were encountered:
Duplicate of #31804
Sorry, something went wrong.
No branches or pull requests
On
rustc 1.8.0-nightly (d5558825b 2016-02-28)
attempting to compile the sourceresults in the following output from the compiler:
Repeated on indefinitely.
The text was updated successfully, but these errors were encountered: