diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2023-10-28 01:07:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-28 01:07:35 -0700 |
| commit | 975d042d4c1ef65ffba25a7a8cea331ed9c3bd3f (patch) | |
| tree | 59f5b7310154557bf564ac262ae6936582438873 /compiler/rustc_interface/src | |
| parent | 17659c71ba54471fce65111ff9166d5a00be8107 (diff) | |
| parent | 8531ebfc951a2002207bc5e604bc7584c1c1a560 (diff) | |
| download | rust-975d042d4c1ef65ffba25a7a8cea331ed9c3bd3f.tar.gz rust-975d042d4c1ef65ffba25a7a8cea331ed9c3bd3f.zip | |
Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco
Remove -Zdep-tasks. This option is not useful any more, we can use `tracing` and `RUSTC_LOG` to debug the dep-graph.
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 3d191669b1a..4e810cf931e 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -684,7 +684,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"))); |
