]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_error_codes/src/error_codes/E0554.md
New upstream version 1.53.0+dfsg1
[rustc.git] / compiler / rustc_error_codes / src / error_codes / E0554.md
index e55fa4c6ede8b458a1db11b2ab3f24ba088a5b45..3178bf21919e855e029d920c1c87056bc7b7d179 100644 (file)
@@ -4,8 +4,8 @@ beta compilers will not comply.
 Erroneous code example:
 
 ```ignore (depends on release channel)
-#![feature(non_ascii_idents)] // error: `#![feature]` may not be used on the
-                              //        stable release channel
+#![feature(lang_items)] // error: `#![feature]` may not be used on the
+                        //        stable release channel
 ```
 
 If you need the feature, make sure to use a nightly release of the compiler