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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
From: src/test/compile-fail/E0454.rs
E0454 needs a span_label, updating it from:
error[E0454]: #[link(name = "")] given with empty name --> src/test/compile-fail/E0454.rs:11:1 | 11 | #[link(name = "")] extern {} //~ ERROR E0454 | ^^^^^^^^^^^^^^^^^^
To:
error[E0454]: #[link(name = "")] given with empty name --> src/test/compile-fail/E0454.rs:11:1 | 11 | #[link(name = "")] extern {} //~ ERROR E0454 | ^^^^^^^^^^^^^^^^^^ empty name given
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/E0454.rs
E0454 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: