-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
E0106 needs to be updated to new format #35245
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Comments
sophiajt
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-diagnostics
Area: Messages for errors, warnings, and lints
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
labels
Aug 3, 2016
I'll try this one. |
I think "expected lifetime parameter" is a better label. bonus: have the label on the ampersand only. |
👍 to @arielb1's suggestions |
@arielb1 Do you mean like this?
Or like this, with the primary span changed?
|
I think he means the second one:
|
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this issue
Aug 5, 2016
…andturner Update E0106 error message to new format. This fixes rust-lang#35245, as part of the big error message update in rust-lang#35233 r? @jonathandturner
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Aug 6, 2016
…andturner Update E0106 error message to new format. This fixes rust-lang#35245, as part of the big error message update in rust-lang#35233 r? @jonathandturner
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
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
From: src/test/compile-fail/E0106.rs
Error E0106 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: