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>2024-03-01 23:33:46 -0500
committerMatt Weber <30441572+mweber15@users.noreply.github.com>2024-11-06 22:26:18 -0500
commit21c58b1b2ca37b6a09a1302b035a30878bffd96a (patch)
tree87975c6ec324ad1862f478c808888b2e694afb74 /compiler/rustc_interface/src
parent4692d46a461502ed5732a80cd0848db50cfc678a (diff)
downloadrust-21c58b1b2ca37b6a09a1302b035a30878bffd96a.tar.gz
rust-21c58b1b2ca37b6a09a1302b035a30878bffd96a.zip
Rename option and add doc
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 732c2e3aa14..2b710c45bf4 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -709,7 +709,6 @@ 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);
@@ -773,6 +772,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(crate_attr, vec!["abc".to_string()]);
     tracked!(cross_crate_inline_threshold, InliningThreshold::Always);
     tracked!(debug_info_for_profiling, true);
+    tracked!(debug_info_type_line_numbers, true);
     tracked!(default_visibility, Some(rustc_target::spec::SymbolVisibility::Hidden));
     tracked!(dep_info_omit_d_target, true);
     tracked!(direct_access_external_data, Some(true));