Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFlood of unexpected token: `<eof>` errors triggered by foo(|_|) #32505
Comments
0x7CFE
changed the title
Flood of unexpected token: `<eof>` errors in compiler output
Flood of unexpected token: `<eof>` errors triggered by foo(|_|)
Mar 26, 2016
This comment has been minimized.
This comment has been minimized.
|
Looks like it is a fairly recent bug. It reproduces on the nightly build, yet version I checked on my machine and through versions available at http://rust.godbolt.org/ |
nagisa
added
A-diagnostics
regression-from-stable-to-nightly
labels
Mar 26, 2016
This comment has been minimized.
This comment has been minimized.
|
#32479 might help. |
This comment has been minimized.
This comment has been minimized.
|
@nagisa It's actually fixed on master. |
eddyb
added
the
E-needstest
label
Mar 26, 2016
This comment has been minimized.
This comment has been minimized.
|
triage: P-low |
rust-highfive
added
the
P-low
label
Apr 7, 2016
nikomatsakis
added a commit
to nikomatsakis/rust
that referenced
this issue
Apr 7, 2016
nikomatsakis
added a commit
to nikomatsakis/rust
that referenced
this issue
Apr 7, 2016
nikomatsakis
self-assigned this
Apr 7, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 8, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 8, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 8, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 9, 2016
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Apr 10, 2016
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 11, 2016
bors
closed this
in
#32802
Apr 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0x7CFE commentedMar 26, 2016
The easiest way to reproduce the error is to compile the following code:
After I try
rustc report.rs -o testI get the following output:I expect to get the single line error output, not the flood.
Meta
rustc 1.9.0-dev (10bdd80 2016-03-18)
binary: rustc
commit-hash: 10bdd80
commit-date: 2016-03-18
host: x86_64-unknown-linux-gnu
release: 1.9.0-dev