diff options
| author | bors <bors@rust-lang.org> | 2025-06-02 19:35:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-02 19:35:39 +0000 |
| commit | 5d707b07e42766c080c5012869c9988a18dcbb83 (patch) | |
| tree | caec2d7b714f8329d50f170457f9a2859c9b44f8 /compiler/rustc_interface/src | |
| parent | 449c801783ecef2aad3ae03d6c9e4ac007de7d4b (diff) | |
| parent | 44ba2432527ef3f78973ad08672725ad72b50fc7 (diff) | |
| download | rust-5d707b07e42766c080c5012869c9988a18dcbb83.tar.gz rust-5d707b07e42766c080c5012869c9988a18dcbb83.zip | |
Auto merge of #141912 - Kobzol:rollup-wurlnsx, r=Kobzol
Rollup of 5 pull requests Successful merges: - rust-lang/rust#141767 (ci: use free runner for aarch64-gnu-llvm-19-1 PR job) - rust-lang/rust#141858 (Fix typo in `StructuralPartialEq` docs) - rust-lang/rust#141865 (Optionally don't steal the THIR) - rust-lang/rust#141874 (add f16_epsilon and f128_epsilon diagnostic items) - rust-lang/rust#141904 (test-float-parse: apply `cfg(not(bootstrap))`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src')
| -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")]); |
