about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatt Weber <30441572+mweber15@users.noreply.github.com>2023-07-29 23:48:54 -0400
committerMatt Weber <30441572+mweber15@users.noreply.github.com>2024-11-06 22:26:17 -0500
commita4833a80893612a8e97b65777caa1c5f87d38c2c (patch)
treee3f19b7092da18d4ccb13c755452776a861b10ea /compiler/rustc_interface/src
parentb6659b062141c0902acedbc9d8e500cc17433453 (diff)
downloadrust-a4833a80893612a8e97b65777caa1c5f87d38c2c.tar.gz
rust-a4833a80893612a8e97b65777caa1c5f87d38c2c.zip
Move additional source location info behind -Z option
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index ce90ceeda56..732c2e3aa14 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -709,6 +709,7 @@ fn test_unstable_options_tracking_hash() {
     untracked!(macro_backtrace, true);
     untracked!(meta_stats, true);
     untracked!(mir_include_spans, MirIncludeSpans::On);
+    untracked!(more_source_locations_in_debuginfo, true);
     untracked!(nll_facts, true);
     untracked!(no_analysis, true);
     untracked!(no_leak_check, true);