rust/compiler/rustc_interface/src
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
..
callbacks.rs Remove SPAN_DEBUG global 2022-02-12 11:50:02 +01:00
interface.rs Add support for values() with --check-cfg 2022-03-03 12:00:28 +01:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
passes.rs Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix 2022-04-16 07:12:42 +02:00
proc_macro_decls.rs update Finder to store LocalDefId 2022-04-09 14:00:22 -04:00
queries.rs Address review comments and add a test 2022-04-02 17:26:39 +02:00
tests.rs Add support for nounused --extern flag 2022-04-23 23:31:54 -07:00
util.rs sess: try sysroot candidates for fluent bundle 2022-04-12 10:15:37 +01:00