Remove implicit names and values from --cfg in --check-cfg
This commit is contained in:
parent
03d488b48a
commit
ebf4cc361e
7 changed files with 72 additions and 79 deletions
|
@ -117,7 +117,6 @@ pub fn create_session(
|
|||
|
||||
let mut check_cfg = config::to_crate_check_config(check_cfg);
|
||||
check_cfg.fill_well_known();
|
||||
check_cfg.fill_actual(&cfg);
|
||||
|
||||
sess.parse_sess.config = cfg;
|
||||
sess.parse_sess.check_config = check_cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue