-
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
E0558 needs to be updated to new format #36196
Comments
@jonathandturner |
I'll update it :) |
Hi @jonathandturner , I am stuck at this error while compiling. Tried cargo update on liblog, libserialize and libstd. But still facing the issue. Can you please help me with this.
I am done with the changes in this commit but can't test it. |
Sometimes when you rebase master, you'll need to clean up the old build before you can start the new one (we'd like to fix this at some point):
|
…andturner Update compiler error E0558 to use new error format Fixes rust-lang#36196 part of rust-lang#35233 r? @jonathandturner
…andturner Update compiler error E0558 to use new error format Fixes rust-lang#36196 part of rust-lang#35233 r? @jonathandturner
From: src/test/compile-fail/E0558.rs
E0558 needs a help converted to span_label, updating this:
To:
The text was updated successfully, but these errors were encountered: