-
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
E0252 needs to be updated to new format #35306
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 4, 2016
I will do it. |
bors
added a commit
that referenced
this issue
Aug 5, 2016
Updated error message E0252 Fixes #35306 as part of #35233. r? @GuillaumeGomez
bors
added a commit
that referenced
this issue
Aug 6, 2016
Updated error message E0252 Fixes #35306 as part of #35233. r? @GuillaumeGomez
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this issue
Aug 6, 2016
Updated error message E0252 Fixes rust-lang#35306 as part of rust-lang#35233. r? @GuillaumeGomez
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this issue
Aug 7, 2016
Updated error message E0252 Fixes rust-lang#35306 as part of rust-lang#35233. r? @GuillaumeGomez
bors
added a commit
that referenced
this issue
Aug 7, 2016
Updated error message E0252 Fixes #35306 as part of #35233. r? @GuillaumeGomez
sophiajt
pushed a commit
to sophiajt/rust
that referenced
this issue
Aug 7, 2016
Updated error message E0252 Fixes rust-lang#35306 as part of rust-lang#35233. r? @GuillaumeGomez
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/double-import.rs
Error E0252 needs an updated unit test and span_labels, updating it from:
To:
To remove the extra "error: requires
sized
lang_item", remove the:Lines in the unit test.
The text was updated successfully, but these errors were encountered: