We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d050c commit 410fc9dCopy full SHA for 410fc9d
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