From 20429af7a3a9f6d7b4dfbcdc85a4fa8f6187f922 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 24 Jun 2023 00:00:08 -0300 Subject: Replace RPITIT current impl with new strategy that lowers as a GAT --- compiler/rustc_session/src/options.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/rustc_session') diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 7840a0ecf0b..87d67c099ce 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1583,9 +1583,6 @@ options! { "what location details should be tracked when using caller_location, either \ `none`, or a comma separated list of location details, for which \ valid options are `file`, `line`, and `column` (default: `file,line,column`)"), - lower_impl_trait_in_trait_to_assoc_ty: bool = (false, parse_bool, [TRACKED], - "modify the lowering strategy for `impl Trait` in traits so that they are lowered to \ - generic associated types"), ls: bool = (false, parse_bool, [UNTRACKED], "list the symbols defined by a library crate (default: no)"), macro_backtrace: bool = (false, parse_bool, [UNTRACKED], -- cgit 1.4.1-3-g733a5