diff options
| author | Boxy <supbscripter@gmail.com> | 2023-02-20 23:43:25 +0000 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2023-02-20 23:43:29 +0000 |
| commit | 4f2001aab7fcdf62e7576a879fac9eeb96c8279d (patch) | |
| tree | 6cd299fd9a209e4201a0a84d194c29d87c129686 /compiler/rustc_interface/src | |
| parent | e7eaed21d50d7bfb8d614d6ee7fcea940b39185d (diff) | |
| download | rust-4f2001aab7fcdf62e7576a879fac9eeb96c8279d.tar.gz rust-4f2001aab7fcdf62e7576a879fac9eeb96c8279d.zip | |
remove flag
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index ac32988d3ac..bfb1e822a26 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -776,7 +776,6 @@ fn test_unstable_options_tracking_hash() { tracked!(packed_bundled_libs, true); tracked!(panic_abort_tests, true); tracked!(panic_in_drop, PanicStrategy::Abort); - tracked!(pick_stable_methods_before_any_unstable, false); tracked!(plt, Some(true)); tracked!(polonius, true); tracked!(precise_enum_drop_elaboration, false); |
