]> git.lizzy.rs Git - rust.git/commitdiff
Use a keyword in raw identifier example
authorkryptan <kryptan@users.noreply.github.com>
Sat, 20 Oct 2018 12:24:38 +0000 (15:24 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 12:24:38 +0000 (15:24 +0300)
RELEASES.md

index b40897a7509fa8e81a252589d0d5ff88398a8cc4..7ae7dc9935b6dfd6799fec98cc4087faa7d7e8b8 100644 (file)
@@ -7,7 +7,7 @@ Language
   more powerful code generation, there is a [new chapter available][proc-macros]
   in Rust Programming Language book that goes further in depth.
 - [You can now use keywords as identifiers using the raw identifiers
-  syntax (`r#`).][53236] e.g. `let r#bool = true;`
+  syntax (`r#`).][53236] e.g. `let r#for = true;`
 - [Using anonymous parameters in traits is now deprecated with a warning and
   will be a hard error in the 2018 edition.][53272]
 - [You can now use `crate` in paths.][54404] This allows you to refer to the