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 7089c5e commit 5e8e657Copy full SHA for 5e8e657
src/doc/reference.md
@@ -2291,7 +2291,7 @@ The currently implemented features of the reference compiler are:
2291
terms of encapsulation).
2292
2293
If a feature is promoted to a language feature, then all existing programs will
2294
-start to receive compilation warnings about #[feature] directives which enabled
+start to receive compilation warnings about `#![feature]` directives which enabled
2295
the new feature (because the directive is no longer necessary). However, if a
2296
feature is decided to be removed from the language, errors will be issued (if
2297
there isn't a parser error first). The directive in this case is no longer
0 commit comments