diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-08 12:21:58 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-08 12:23:54 +0000 |
| commit | e960d0e751f0348726505a3d000023315259488e (patch) | |
| tree | 833c925dd85252ab54126429950e33b3c448c36f /compiler/rustc_interface/src | |
| parent | e3c631b3de09e1bd6db98d26d91d31d932d7cf60 (diff) | |
| download | rust-e960d0e751f0348726505a3d000023315259488e.tar.gz rust-e960d0e751f0348726505a3d000023315259488e.zip | |
Remove -Zdep-tasks.
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 2510ce71460..60b9946f826 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -681,7 +681,6 @@ fn test_unstable_options_tracking_hash() { // tidy-alphabetical-start untracked!(assert_incr_state, Some(String::from("loaded"))); untracked!(deduplicate_diagnostics, false); - untracked!(dep_tasks, true); untracked!(dont_buffer_diagnostics, true); untracked!(dump_dep_graph, true); untracked!(dump_mir, Some(String::from("abc"))); |
