diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2021-12-04 14:34:20 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2021-12-04 14:34:20 -0500 |
| commit | 63523e4d1c2fe6683b035c6818cafa9f77614711 (patch) | |
| tree | 978ae7e0261b3490e7f59813d34c6d0efe3e6a4c /compiler/rustc_interface | |
| parent | ff23ad3179014ba258f2b540fb39dd0f26852b7a (diff) | |
| download | rust-63523e4d1c2fe6683b035c6818cafa9f77614711.tar.gz rust-63523e4d1c2fe6683b035c6818cafa9f77614711.zip | |
Stabilize `-Z emit-future-incompat` as `--json future-incompat`
Diffstat (limited to 'compiler/rustc_interface')
| -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 6147311af61..c651feaaa66 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -651,7 +651,6 @@ fn test_debugging_options_tracking_hash() { untracked!(dump_mir_dir, String::from("abc")); untracked!(dump_mir_exclude_pass_number, true); untracked!(dump_mir_graphviz, true); - untracked!(emit_future_incompat_report, true); untracked!(emit_stack_sizes, true); untracked!(future_incompat_test, true); untracked!(hir_stats, true); |
