-
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
E0205 needs to be updated to new format #35382
Comments
Update E0205 to the new error format Part of rust-lang#35233 Addresses rust-lang#35382 "r? @jonathandturner
@munyari Are you still working on the bonus part for this issue? Otherwise I can take over. |
Feel free to take them both @KiChjang |
I'm not quite in favour of removing the "in the expansion of" note. This is produced in |
@KiChjang - +1 on not making it special logic. There's a separate thread on improving macro errors. This should let us fix them more completely. |
Shrink E0205 span label to the trait being implemented Part of rust-lang#35233. Extension of rust-lang#35468. Closes rust-lang#35382. r? @GuillaumeGomez
Shrink E0205 span label to the trait being implemented Part of rust-lang#35233. Extension of rust-lang#35468. Closes rust-lang#35382. r? @GuillaumeGomez
From: src/test/compile-fail/E0205.rs
Error E0205 needs a span label and updated title, changing it from:
to:
Bonus: the span for the second one could be shrunk to just the Copy part:
Note: I'm not sure the "expansion of..." part is helpful, you could also remove that.
Seems related to #35381
The text was updated successfully, but these errors were encountered: