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_session/src | |
| parent | e3c631b3de09e1bd6db98d26d91d31d932d7cf60 (diff) | |
| download | rust-e960d0e751f0348726505a3d000023315259488e.tar.gz rust-e960d0e751f0348726505a3d000023315259488e.zip | |
Remove -Zdep-tasks.
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index c1424db600e..5c9438ab9bd 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1452,9 +1452,6 @@ options! { dep_info_omit_d_target: bool = (false, parse_bool, [TRACKED], "in dep-info output, omit targets for tracking dependencies of the dep-info files \ themselves (default: no)"), - dep_tasks: bool = (false, parse_bool, [UNTRACKED], - "print tasks that execute and the color their dep node gets (requires debug build) \ - (default: no)"), dont_buffer_diagnostics: bool = (false, parse_bool, [UNTRACKED], "emit diagnostics rather than buffering (breaks NLL error downgrading, sorting) \ (default: no)"), |
