-
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
E0060 needs to be updated to new format #35215
Comments
I will take this issue. |
@jonathandturner I got my changes in and working, but I had to set an environment variable to see the new formatting style. My command to make sure my changes actually did what they were supposed to looks like this.
Is this expected? If so, I think it would help other new people tackling the issues in #35233 to mention that in your very helpful blog post because I was definitely a little confused when my changes would pass the unit test but output still looked like the old format. |
@birryree: Yes it is. I add it on the issue. |
… r=jonathandturner E0060 e0061 format update This fixes rust-lang#35215 and fixes rust-lang#35216 as part of rust-lang#35233 A separate issue will be opened to track the bonus portion of the tickets as @jaredwy will be handling that part. ?r @jonathandturner
… r=jonathandturner E0060 e0061 format update This fixes rust-lang#35215 and fixes rust-lang#35216 as part of rust-lang#35233 A separate issue will be opened to track the bonus portion of the tickets as @jaredwy will be handling that part. ?r @jonathandturner
… r=jonathandturner E0060 e0061 format update This fixes rust-lang#35215 and fixes rust-lang#35216 as part of rust-lang#35233 A separate issue will be opened to track the bonus portion of the tickets as @jaredwy will be handling that part. ?r @jonathandturner
… r=jonathandturner E0060 e0061 format update This fixes rust-lang#35215 and fixes rust-lang#35216 as part of rust-lang#35233 A separate issue will be opened to track the bonus portion of the tickets as @jaredwy will be handling that part. ?r @jonathandturner
Bonus tracking issue: #35290 |
From: src/test/compile-fail/E0060.rs
Error E0060 needs a span_label, updating it from:
To:
Bonus: There may be a better way of displaying the information from the note. Could it be part of the label?
The text was updated successfully, but these errors were encountered: