rust/compiler/rustc_parse/src
Yuki Okushi 906e535205
Rollup merge of #82579 - osa1:issue82566, r=estebank
Fix turbofish recovery with multiple generic args

This consists of two commits, each can be individually reviewed.

- First commit fixes the issue in [this comment](https://github.com/rust-lang/rust/issues/82566#issuecomment-786924466).
- Second commit fixes #82566

---

r? ````@estebank````
2021-03-02 21:23:17 +09:00
..
lexer Clarify error message wording 2021-02-07 11:02:53 -05:00
parser Rollup merge of #82579 - osa1:issue82566, r=estebank 2021-03-02 21:23:17 +09:00
lib.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
validate_attr.rs ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00