We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From: src/test/compile-fail/E0445.rs
E0445 needs a span_label, updating it from:
error[E0445]: private trait in public interface --> src/test/compile-fail/E0445.rs:15:17 | 15 | pub trait Bar : Foo {} //~ ERROR E0445 | ^^^
To:
error[E0445]: private trait in public interface --> src/test/compile-fail/E0445.rs:15:17 | 15 | pub trait Bar : Foo {} //~ ERROR E0445 | ^^^ private trait can't be public
The text was updated successfully, but these errors were encountered:
Update E0445 and E0454 to new error format
11e9b8d
Fixes rust-lang#35922. Fixes rust-lang#35930. Part of rust-lang#35233. r? @GuillaumeGomez
Rollup merge of rust-lang#35961 - 0xmohit:pr/error-codes-E0445-E0454,…
2932db1
… r=GuillaumeGomez Update E0445 and E0454 to new error format Fixes rust-lang#35922. Fixes rust-lang#35930. Part of rust-lang#35233. r? @GuillaumeGomez
No branches or pull requests
From: src/test/compile-fail/E0445.rs
E0445 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: