Skip to content

Commit a66dc8a

Browse files
committed
Auto merge of #55224 - kryptan:master, r=matthewjasper
Use a keyword in raw identifier example That's a very small documentation fix. The text says "you can now use keywords as identifiers" but example didn't use a keyword and would work without raw identifiers.
2 parents 5481485 + e10f0cd commit a66dc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

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

0 commit comments

Comments
 (0)