-
Notifications
You must be signed in to change notification settings - Fork 13.3k
E0106 needs to be updated to new format #35245
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
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
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: