We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dab4b commit aa111b1Copy full SHA for aa111b1
RELEASES.md
@@ -201,7 +201,7 @@ Version 1.27.0 (2018-06-21)
201
Language
202
--------
203
- [Removed 'proc' from the reserved keywords list.][49699] This allows `proc` to
204
- be used as an identifer.
+ be used as an identifier.
205
- [The dyn syntax is now available.][49968] This syntax is equivalent to the
206
bare `Trait` syntax, and should make it clearer when being used in tandem with
207
`impl Trait`. Since it is equivalent to the following syntax:
@@ -4806,7 +4806,7 @@ Language
4806
4807
4808
* Patterns with `ref mut` now correctly invoke [`DerefMut`] when
4809
- matching against dereferencable values.
+ matching against dereferenceable values.
4810
4811
Libraries
4812
---------
0 commit comments