Try all stable candidates first before trying unstable ones

This commit is contained in:
Gary Guo 2021-10-26 23:24:23 +01:00
parent 9740050726
commit 6a207f23eb
3 changed files with 105 additions and 19 deletions

View file

@ -751,6 +751,7 @@ fn test_debugging_options_tracking_hash() {
tracked!(panic_abort_tests, true);
tracked!(panic_in_drop, PanicStrategy::Abort);
tracked!(partially_uninit_const_threshold, Some(123));
tracked!(pick_stable_methods_before_any_unstable, false);
tracked!(plt, Some(true));
tracked!(polonius, true);
tracked!(precise_enum_drop_elaboration, false);