about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-02-07 14:24:35 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-02-07 16:33:03 +0000
commitf95b553eb4b6a2a0bf45e48c0cc5e9f635ba1e0c (patch)
tree742e4e289d4e01bf3aefc24077a13aa922b9af27 /compiler/rustc_interface/src
parentdffea43fc1102bdfe16d88ed412c23d4f0f08d9d (diff)
downloadrust-f95b553eb4b6a2a0bf45e48c0cc5e9f635ba1e0c.tar.gz
rust-f95b553eb4b6a2a0bf45e48c0cc5e9f635ba1e0c.zip
Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 52a4e0e7418..5165ee424e3 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -758,7 +758,6 @@ fn test_unstable_options_tracking_hash() {
     tracked!(link_only, true);
     tracked!(llvm_plugins, vec![String::from("plugin_name")]);
     tracked!(location_detail, LocationDetail { file: true, line: false, column: false });
-    tracked!(log_backtrace, Some("filter".to_string()));
     tracked!(maximal_hir_to_mir_coverage, true);
     tracked!(merge_functions, Some(MergeFunctions::Disabled));
     tracked!(mir_emit_retag, true);