1
Fork 0

Add -Zprecise-enum-drop-elaboration

Its purpose is to assist in debugging #77382 and #74551.
This commit is contained in:
Dylan MacKenzie 2020-10-01 11:31:43 -07:00
parent 2ad6187ce5
commit 6691d11234
3 changed files with 13 additions and 0 deletions

View file

@ -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")));