about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-10-08 12:21:58 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-10-08 12:23:54 +0000
commite960d0e751f0348726505a3d000023315259488e (patch)
tree833c925dd85252ab54126429950e33b3c448c36f /compiler/rustc_interface/src
parente3c631b3de09e1bd6db98d26d91d31d932d7cf60 (diff)
downloadrust-e960d0e751f0348726505a3d000023315259488e.tar.gz
rust-e960d0e751f0348726505a3d000023315259488e.zip
Remove -Zdep-tasks.
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
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")));