rust/compiler/rustc_parse/src
Dylan DPC 083a5cd9a2
Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk
Tweak match arm semicolon removal suggestion to account for futures

* Tweak and extend "use `.await`" suggestions
* Suggest removal of semicolon on prior match arm
* Account for `impl Future` when suggesting semicolon removal
* Silence some errors when encountering `await foo()?` as can't be certain what the intent was

*Thanks to https://twitter.com/a_hoverbear/status/1318960787105353728 for pointing this out!*
2020-10-26 03:09:06 +01:00
..
lexer Fix span for unicode escape suggestion. 2020-10-05 11:19:08 -07:00
parser Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk 2020-10-26 03:09:06 +01:00
lib.rs Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00