Skip to content

Commit 7972fbb

Browse files
committed
[reference] Fix missing formatting.
1 parent f191f92 commit 7972fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ The currently implemented features of the reference compiler are:
25032503
terms of encapsulation).
25042504

25052505
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
2506+
start to receive compilation warnings about `#![feature]` directives which enabled
25072507
the new feature (because the directive is no longer necessary). However, if a
25082508
feature is decided to be removed from the language, errors will be issued (if
25092509
there isn't a parser error first). The directive in this case is no longer

0 commit comments

Comments
 (0)