about summary refs log tree commit diff
path: root/compiler/rustc_session/src
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2023-02-20 23:43:25 +0000
committerBoxy <supbscripter@gmail.com>2023-02-20 23:43:29 +0000
commit4f2001aab7fcdf62e7576a879fac9eeb96c8279d (patch)
tree6cd299fd9a209e4201a0a84d194c29d87c129686 /compiler/rustc_session/src
parente7eaed21d50d7bfb8d614d6ee7fcea940b39185d (diff)
downloadrust-4f2001aab7fcdf62e7576a879fac9eeb96c8279d.tar.gz
rust-4f2001aab7fcdf62e7576a879fac9eeb96c8279d.zip
remove flag
Diffstat (limited to 'compiler/rustc_session/src')
-rw-r--r--compiler/rustc_session/src/options.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs
index 0d5818bd39c..1f3eb8d4832 100644
--- a/compiler/rustc_session/src/options.rs
+++ b/compiler/rustc_session/src/options.rs
@@ -1567,8 +1567,6 @@ options! {
         "parse only; do not compile, assemble, or link (default: no)"),
     perf_stats: bool = (false, parse_bool, [UNTRACKED],
         "print some performance-related statistics (default: no)"),
-    pick_stable_methods_before_any_unstable: bool = (true, parse_bool, [TRACKED],
-        "try to pick stable methods first before picking any unstable methods (default: yes)"),
     plt: Option<bool> = (None, parse_opt_bool, [TRACKED],
         "whether to use the PLT when calling into shared libraries;
         only has effect for PIC code on systems with ELF binaries