Skip to content
New issue

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

Infinite Loop of Errors (rustc 1.8.0-nightly (d5558825b 2016-02-28)) #31988

Closed
TyOverby opened this issue Mar 1, 2016 · 1 comment
Closed

Comments

@TyOverby
Copy link
Contributor

TyOverby commented Mar 1, 2016

On rustc 1.8.0-nightly (d5558825b 2016-02-28) attempting to compile the source

#[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.

@mitaa
Copy link
Contributor

mitaa commented Mar 1, 2016

Duplicate of #31804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants