about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2021-10-26 23:24:23 +0100
committerGary Guo <gary@garyguo.net>2021-11-15 02:14:54 +0000
commit6a207f23eb5570d10b98dcfa669c17d5ab94e8af (patch)
tree350b99df3c32e0cc5c187cc268d1892c975b9fb2 /compiler/rustc_interface/src
parent9740050726d8184b614b3150c7efbb63ea2288d9 (diff)
downloadrust-6a207f23eb5570d10b98dcfa669c17d5ab94e8af.tar.gz
rust-6a207f23eb5570d10b98dcfa669c17d5ab94e8af.zip
Try all stable candidates first before trying unstable ones
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index eed2e07e890..015e7acb60a 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -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);