We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
step_trait
1 parent 9c9b568 commit 56dc98bCopy full SHA for 56dc98b
compiler/rustc_target/src/lib.rs
@@ -7,16 +7,17 @@
7
//! more 'stuff' here in the future. It does not have a dependency on
8
//! LLVM.
9
10
+// tidy-alphabetical-start
11
+#![allow(internal_features)]
12
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
13
#![doc(rust_logo)]
-#![feature(min_exhaustive_patterns)]
-#![feature(rustdoc_internals)]
14
#![feature(assert_matches)]
15
#![feature(iter_intersperse)]
16
#![feature(let_chains)]
17
+#![feature(min_exhaustive_patterns)]
18
#![feature(rustc_attrs)]
-#![feature(step_trait)]
19
-#![allow(internal_features)]
+#![feature(rustdoc_internals)]
20
+// tidy-alphabetical-end
21
22
use std::path::{Path, PathBuf};
23
0 commit comments