consistency check for self-contained linking components CLI options
emit an error if components are both enabled and disabled on the CLI
This commit is contained in:
parent
6f54cbf754
commit
13948747d0
2 changed files with 25 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#![feature(option_get_or_insert_default)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(map_many_mut)]
|
||||
#![feature(iter_intersperse)]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue