diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-29 05:32:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-29 05:32:48 +0200 |
| commit | 52c3846d51b8efabebb02bd2587a87905e068290 (patch) | |
| tree | d34b77611677dd3f0e9081a4417262ff3abd1307 /src/test/ui/thinlto | |
| parent | eb4ac32c5944e5c690f8731a8b25eaae8cbad0a7 (diff) | |
| parent | 42e895d4d99ec7724f3efd632f52170f3f99a5aa (diff) | |
| download | rust-52c3846d51b8efabebb02bd2587a87905e068290.tar.gz rust-52c3846d51b8efabebb02bd2587a87905e068290.zip | |
Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank
Recover `mut $pat` and other improvements - Recover on e.g. `mut Foo(x, y)` and suggest `Foo(mut x, mut y)`. Fixes https://github.com/rust-lang/rust/issues/63764. - Recover on e.g. `let mut mut x;` - Recover on e.g. `let keyword` and `let keyword(...)`. - Cleanups in `token.rs` with `fn is_non_raw_ident_where` and friends.
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions
