diff options
| author | Nadrieril <nadrieril+git@gmail.com> | 2025-06-01 17:29:33 +0200 |
|---|---|---|
| committer | Nadrieril <nadrieril+git@gmail.com> | 2025-06-01 19:14:13 +0200 |
| commit | 1e169d8dc406ff2eb5cd38b35053e2f50cbb0f54 (patch) | |
| tree | 05df1177cc191c4ee7771f3958476b940883ded2 /compiler/rustc_interface/src/tests.rs | |
| parent | 9b0268a43b0a5b58f50c96ded25364037c019a61 (diff) | |
| download | rust-1e169d8dc406ff2eb5cd38b35053e2f50cbb0f54.tar.gz rust-1e169d8dc406ff2eb5cd38b35053e2f50cbb0f54.zip | |
Optionally don't steal the THIR
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 068d96c860f..558f13a832c 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -715,6 +715,7 @@ fn test_unstable_options_tracking_hash() { untracked!(no_analysis, true); untracked!(no_leak_check, true); untracked!(no_parallel_backend, true); + untracked!(no_steal_thir, true); untracked!(parse_crate_root_only, true); // `pre_link_arg` is omitted because it just forwards to `pre_link_args`. untracked!(pre_link_args, vec![String::from("abc"), String::from("def")]); |
