Add -Zprecise-enum-drop-elaboration
Its purpose is to assist in debugging #77382 and #74551.
This commit is contained in:
parent
2ad6187ce5
commit
6691d11234
3 changed files with 13 additions and 0 deletions
|
@ -568,6 +568,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
tracked!(osx_rpath_install_name, true);
|
||||
tracked!(panic_abort_tests, true);
|
||||
tracked!(plt, Some(true));
|
||||
tracked!(precise_enum_drop_elaboration, false);
|
||||
tracked!(print_fuel, Some("abc".to_string()));
|
||||
tracked!(profile, true);
|
||||
tracked!(profile_emit, Some(PathBuf::from("abc")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue