-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Identify incorrect lifetimes using a number as identifier in the parser #58786
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lifetimes
Area: Lifetimes / regions
A-parser
Area: The lexing & parsing of Rust source code to an AST
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Comments
This was referenced Feb 27, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 10, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 11, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Mar 11, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Mar 12, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
Centril
added a commit
to Centril/rust
that referenced
this issue
Mar 13, 2019
…henkov Parse lifetimes that start with a number and give specific error Fix rust-lang#58786.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lifetimes
Area: Lifetimes / regions
A-parser
Area: The lexing & parsing of Rust source code to an AST
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
should instead be
The text was updated successfully, but these errors were encountered: