diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2024-02-15 00:14:44 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2024-02-15 00:14:59 +0000 |
| commit | 9a77ec98b801e0fbd2b249d4f8edbb081c3d1e85 (patch) | |
| tree | d341d932f518f83b421521846595dda60644888f /compiler/rustc_interface/src | |
| parent | ee9c7c940c07d8b67c9a6b2ec930db70dcd23a46 (diff) | |
| download | rust-9a77ec98b801e0fbd2b249d4f8edbb081c3d1e85.tar.gz rust-9a77ec98b801e0fbd2b249d4f8edbb081c3d1e85.zip | |
Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend`
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index bfc4fc07d4c..d1fe2b3b5cd 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -685,7 +685,7 @@ fn test_unstable_options_tracking_hash() { untracked!(nll_facts, true); untracked!(no_analysis, true); untracked!(no_leak_check, true); - untracked!(no_parallel_llvm, true); + untracked!(no_parallel_backend, true); untracked!(parse_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")]); |
