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.
1 parent 4c39962 commit ffcc443Copy full SHA for ffcc443
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