diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-22 08:41:39 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-23 08:15:11 +1100 |
| commit | 2052d2b17c05fa250206f123fb7c120067bea8d4 (patch) | |
| tree | 94d7f7364155ea346783e95157fc9192cd839642 | |
| parent | cc4bb0de204516c2852f70df0f3849e542e2c95e (diff) | |
| download | rust-2052d2b17c05fa250206f123fb7c120067bea8d4.tar.gz rust-2052d2b17c05fa250206f123fb7c120067bea8d4.zip | |
Remove unused feature.
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/lib.rs b/compiler/rustc_mir_dataflow/src/lib.rs index eea0e030e7d..b0c67c7f251 100644 --- a/compiler/rustc_mir_dataflow/src/lib.rs +++ b/compiler/rustc_mir_dataflow/src/lib.rs @@ -4,7 +4,6 @@ #![feature(let_chains)] #![feature(min_specialization)] #![feature(stmt_expr_attributes)] -#![feature(trusted_step)] #![recursion_limit = "256"] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)] |
