mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
0422934e24
* The select/plural methods from format strings are removed
* The # character no longer needs to be escaped
* The \-based escapes have been removed
* '{{' is now an escape for '{'
* '}}' is now an escape for '}'
Closes #14810
[breaking-change]