about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-04-21 21:40:29 +0200
committerGitHub <noreply@github.com>2020-04-21 21:40:29 +0200
commit410fc9da3b8c31b87e749a538a96e76fa5e2aded (patch)
tree028bab2b0951b3cf2f9d8bdaa0adb9e45c4cc5d2 /src/librustc_error_codes/error_codes
parent45d050cde277b22a755847338f2acc2c7b834141 (diff)
downloadrust-410fc9da3b8c31b87e749a538a96e76fa5e2aded.tar.gz
rust-410fc9da3b8c31b87e749a538a96e76fa5e2aded.zip
Clean up E0554 explanation
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0554.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0554.md b/src/librustc_error_codes/error_codes/E0554.md
index e25212983eb..e55fa4c6ede 100644
--- a/src/librustc_error_codes/error_codes/E0554.md
+++ b/src/librustc_error_codes/error_codes/E0554.md
@@ -1,7 +1,7 @@
 Feature attributes are only allowed on the nightly release channel. Stable or
 beta compilers will not comply.
 
-Example of erroneous code (on a stable compiler):
+Erroneous code example:
 
 ```ignore (depends on release channel)
 #![feature(non_ascii_idents)] // error: `#![feature]` may not be used on the