diff options
| author | Gary Guo <gary@garyguo.net> | 2021-10-26 23:24:23 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2021-11-15 02:14:54 +0000 |
| commit | 6a207f23eb5570d10b98dcfa669c17d5ab94e8af (patch) | |
| tree | 350b99df3c32e0cc5c187cc268d1892c975b9fb2 /compiler/rustc_interface/src | |
| parent | 9740050726d8184b614b3150c7efbb63ea2288d9 (diff) | |
| download | rust-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.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 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); |
