-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
E0260 needs to be updated to new format #35515
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
I'd like to work on this. |
@creativcoder - looks like @EugeneGonzalez claimed this one, but feel free to look at the list as there are some open ones no one has claimed |
Sure. I'll go have a look. |
@creativcoder - I'm releasing this one so someone else can volunteer since it's gone 15 days without a fix, but there are other error codes you can sign up for if you want to fix more. |
0xmohit
added a commit
to 0xmohit/rust
that referenced
this issue
Aug 29, 2016
Updates rust-lang#35515. Part of rust-lang#35233. r? @jonathandturner
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 29, 2016
…thandturner Update E0260 to new error format Updates rust-lang#35515. Part of rust-lang#35233. r? @jonathandturner
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 30, 2016
…thandturner Update E0260 to new error format Updates rust-lang#35515. Part of rust-lang#35233. r? @jonathandturner
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 30, 2016
…thandturner Update E0260 to new error format Updates rust-lang#35515. Part of rust-lang#35233. r? @jonathandturner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From: src/test/compile-fail/E0260.rs
E0260 needs a span_label, updating it from:
To:
Bonus: Underline the name of the conflicting definition, if possible:
The text was updated successfully, but these errors were encountered: