We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3efa70f + 410fc9d commit 66eaeadCopy full SHA for 66eaead
src/librustc_error_codes/error_codes/E0554.md
@@ -1,7 +1,7 @@
1
Feature attributes are only allowed on the nightly release channel. Stable or
2
beta compilers will not comply.
3
4
-Example of erroneous code (on a stable compiler):
+Erroneous code example:
5
6
```ignore (depends on release channel)
7
#![feature(non_ascii_idents)] // error: `#![feature]` may not be used on the
0 commit comments