Skip to content

Commit 66eaead

Browse files
authored
Rollup merge of rust-lang#71399 - rust-lang:cleanup-e0554, r=Dylan-DPC
Clean up E0554 explanation r? @Dylan-DPC
2 parents 3efa70f + 410fc9d commit 66eaead

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0554.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature attributes are only allowed on the nightly release channel. Stable or
22
beta compilers will not comply.
33

4-
Example of erroneous code (on a stable compiler):
4+
Erroneous code example:
55

66
```ignore (depends on release channel)
77
#![feature(non_ascii_idents)] // error: `#![feature]` may not be used on the

0 commit comments

Comments
 (0)