rust/compiler/rustc_metadata
Jeremy Fitzhardinge 9102edf208 Add support for nounused --extern flag
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.
2022-04-23 23:31:54 -07:00
..
src Add support for nounused --extern flag 2022-04-23 23:31:54 -07:00
Cargo.toml replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00