We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7b780 + ffcc443 commit 5971193Copy full SHA for 5971193
src/librustc/front/feature_gate.rs
@@ -16,7 +16,7 @@
16
//! enabled.
17
//!
18
//! Features are enabled in programs via the crate-level attributes of
19
-//! #![feature(...)] with a comma-separated list of features.
+//! `#![feature(...)]` with a comma-separated list of features.
20
21
use middle::lint;
22
0 commit comments