diff options
| author | bors <bors@rust-lang.org> | 2022-07-08 15:24:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-08 15:24:57 +0000 |
| commit | 45263fc66d253f762b3880764ae48611a25bf887 (patch) | |
| tree | bdc7f04fb25ba235bff396b519ac3a567cf6e6dd /compiler/rustc_interface/src | |
| parent | fbdb07f4e7f4666085aec4b1ed2fd05817dc42cf (diff) | |
| parent | 54dde8678b2c822af8000a9002f18c8a573938f5 (diff) | |
| download | rust-45263fc66d253f762b3880764ae48611a25bf887.tar.gz rust-45263fc66d253f762b3880764ae48611a25bf887.zip | |
Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPC
Rollup of 4 pull requests Successful merges: - #98533 (Add a `-Zdump-drop-tracking-cfg` debugging flag) - #98654 (An optimization for `pest-2.1.3`) - #98657 (Migrate some diagnostics from `rustc_const_eval` to `SessionDiagnostic`) - #98794 (Highlight conflicting param-env candidates) Failed merges: - #98957 ( don't allow ZST in ScalarInt ) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 81145416437..1bb79a0264d 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -649,6 +649,7 @@ fn test_debugging_options_tracking_hash() { untracked!(dlltool, Some(PathBuf::from("custom_dlltool.exe"))); untracked!(dont_buffer_diagnostics, true); untracked!(dump_dep_graph, true); + untracked!(dump_drop_tracking_cfg, Some("cfg.dot".to_string())); untracked!(dump_mir, Some(String::from("abc"))); untracked!(dump_mir_dataflow, true); untracked!(dump_mir_dir, String::from("abc")); |
