-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
E0076 needs to be updated to new format #35221
Comments
I have updated the message to show after span. All tests are passing. ps Running test-suite almost burned up the back of my laptop 😂 |
@abhiQmar - sadly, some of the bonuses don't have enough information in the compiler to be completed. I looked around and wasn't able to find an easy way to get this span information. Please feel free to submit without the bonus and I'll close the bonus part as not easily possible for now. |
@jonathandturner Thanks for your help on this. I have submitted without the bonus, please review. |
…andturner Update compiler error E0076 to use new error format Fixes rust-lang#35221 part of rust-lang#35233 r? @jonathandturner
…andturner Update compiler error E0076 to use new error format Fixes rust-lang#35221 part of rust-lang#35233 r? @jonathandturner
…andturner Update compiler error E0076 to use new error format Fixes rust-lang#35221 part of rust-lang#35233 r? @jonathandturner
From: src/test/compile-fail/E0076.rs
Error E0076 needs a span_label, updating it from:
To:
Bonus: The span should focus on the arguments
The text was updated successfully, but these errors were encountered: