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
pub extern crate
This was identified as a bad thing in #28486 but there are five of them in the compiler:
src/librustc/lib.rs 52:pub extern crate rustc_llvm as llvm; src/librustc_trans/lib.rs 49:pub extern crate rustc_llvm as llvm; src/libstd/sys/unix/net.rs 24:pub extern crate libc as netc; src/test/auxiliary/privacy_reexport.rs 11:pub extern crate core; src/test/rustdoc/issue-27104.rs 19:// @has - 'pub extern crate empty' 20:pub extern crate empty;
Presumably they should be cleaned up.
The text was updated successfully, but these errors were encountered:
Raised a PR - #32144 .
Sorry, something went wrong.
Is this warning actually still necessary, since it is just a "temporary fix" for an issue that has been closed (and solved?) ?
No branches or pull requests
This was identified as a bad thing in #28486 but there are five of them in the compiler:
Presumably they should be cleaned up.
The text was updated successfully, but these errors were encountered: