-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Unfortunate error when typoing :
for ::
#47666
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Comments
bluss
added
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
A-diagnostics
Area: Messages for errors, warnings, and lints
labels
Jan 22, 2018
This was referenced Dec 13, 2018
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 26, 2019
Expand suggestions for type ascription parse errors Fix rust-lang#51222. CC rust-lang#48016, rust-lang#47666, rust-lang#54516, rust-lang#34255.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 26, 2019
Expand suggestions for type ascription parse errors Fix rust-lang#51222. CC rust-lang#48016, rust-lang#47666, rust-lang#54516, rust-lang#34255.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 26, 2019
Expand suggestions for type ascription parse errors Fix rust-lang#51222. CC rust-lang#48016, rust-lang#47666, rust-lang#54516, rust-lang#34255.
This was referenced Jul 18, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 21, 2019
…enkov Handle more cases of typos misinterpreted as type ascription Fix rust-lang#60933, rust-lang#54516. CC rust-lang#47666, rust-lang#34255, rust-lang#48016.
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
Jul 23, 2019
…enkov Handle more cases of typos misinterpreted as type ascription Fix rust-lang#60933, rust-lang#54516. CC rust-lang#47666, rust-lang#34255, rust-lang#48016.
bors
added a commit
that referenced
this issue
Aug 4, 2019
Point at type ascription before macro invocation on expansion parse error Fix #47666. Follow up to #62791. r? @petrochenkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
The compiler output for this is:
Of course this is just me being dumb :) but by the time I noticed that, I had already tried
rustup update nightly
and tried the stable version and tried-Z external-macro-backtrace
and scratched my head a bit and figured it had to be a compiler bug and minimized a test case. So I might as well file it!The text was updated successfully, but these errors were encountered: