We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f191f92 commit 7972fbbCopy full SHA for 7972fbb
src/doc/reference.md
@@ -2503,7 +2503,7 @@ The currently implemented features of the reference compiler are:
2503
terms of encapsulation).
2504
2505
If a feature is promoted to a language feature, then all existing programs will
2506
-start to receive compilation warnings about #[feature] directives which enabled
+start to receive compilation warnings about `#![feature]` directives which enabled
2507
the new feature (because the directive is no longer necessary). However, if a
2508
feature is decided to be removed from the language, errors will be issued (if
2509
there isn't a parser error first). The directive in this case is no longer
0 commit comments