We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94273f4 commit e10f0cdCopy full SHA for e10f0cd
RELEASES.md
@@ -7,7 +7,7 @@ Language
7
more powerful code generation, there is a [new chapter available][proc-macros]
8
in Rust Programming Language book that goes further in depth.
9
- [You can now use keywords as identifiers using the raw identifiers
10
- syntax (`r#`).][53236] e.g. `let r#bool = true;`
+ syntax (`r#`).][53236] e.g. `let r#for = true;`
11
- [Using anonymous parameters in traits is now deprecated with a warning and
12
will be a hard error in the 2018 edition.][53272]
13
- [You can now use `crate` in paths.][54404] This allows you to refer to the
0 commit comments