mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
9102edf208
This adds `nounused` to the set of extern flags: `--extern nounused:core=/path/to/core/libcore.rlib`. The effect of this flag is to suppress `unused-crate-dependencies` warnings relating to the crate.