about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2022-07-20 17:31:15 +0200
committerUrgau <urgau@numericable.fr>2022-07-20 18:28:30 +0200
commitebf4cc361e0d0f11a25b42372bd629953365d17e (patch)
treeafb1d71223a6ff51a48bfcd18f4b11675ef9eb94 /compiler/rustc_interface/src
parent03d488b48af9f66b91e9400387f781b82411fa82 (diff)
downloadrust-ebf4cc361e0d0f11a25b42372bd629953365d17e.tar.gz
rust-ebf4cc361e0d0f11a25b42372bd629953365d17e.zip
Remove implicit names and values from --cfg in --check-cfg
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/util.rs b/compiler/rustc_interface/src/util.rs
index 97856ecf22c..7a8ca476d79 100644
--- a/compiler/rustc_interface/src/util.rs
+++ b/compiler/rustc_interface/src/util.rs
@@ -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;