mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
79d9afda13
According to the grammar documented, the format specifier `{: }` should not be legal because of the whitespace it contains. However, in reality, this is perfectly fine because the actual implementation allows spaces before the closing brace. Fixes #71088. Also, the exact meaning of most of the terminal symbols was not specified, for example the meaning of `identifier`. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |