-
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
E0195 needs to be updated to new format #35511
Comments
I'd like to work on it. |
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Aug 23, 2016
Update E0195 to new error format Fixes rust-lang#35511 Part of rust-lang#35233 r? @jonathandturner
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Aug 23, 2016
Update E0195 to new error format Fixes rust-lang#35511 Part of rust-lang#35233 r? @jonathandturner
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Aug 23, 2016
Update E0195 to new error format Fixes rust-lang#35511 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/E0195.rs
Error E0195 needs a span_label, updating it from:
To:
Bonus: Underline the lifetimes and show the original trait requirement:
The text was updated successfully, but these errors were encountered: