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:
Rémy Rakic 2023-09-21 13:27:45 +00:00
parent 6f54cbf754
commit 13948747d0
2 changed files with 25 additions and 0 deletions

View file

@ -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)]