about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2025-05-07 07:57:01 +0000
committerMiguel Ojeda <ojeda@kernel.org>2025-08-17 16:50:23 +0200
commit1cd7080c3a7f29297675a72a157575ae12717304 (patch)
tree35d6a3c3595ce61fc4aeae69a1c9b9b85b77738b /compiler/rustc_interface/src
parent425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0 (diff)
downloadrust-1cd7080c3a7f29297675a72a157575ae12717304.tar.gz
rust-1cd7080c3a7f29297675a72a157575ae12717304.zip
Add -Zindirect-branch-cs-prefix (from draft PR)
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 0a764808f95..4425877308a 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -807,6 +807,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(hint_mostly_unused, true);
     tracked!(human_readable_cgu_names, true);
     tracked!(incremental_ignore_spans, true);
+    tracked!(indirect_branch_cs_prefix, true);
     tracked!(inline_mir, Some(true));
     tracked!(inline_mir_hint_threshold, Some(123));
     tracked!(inline_mir_threshold, Some(123));