rust/compiler/rustc_parse/src/parser
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
..
attr.rs Address review comments 2021-02-13 13:04:54 -05:00
attr_wrapper.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
diagnostics.rs Fix turbofish recovery with multiple generic args 2021-02-27 13:46:49 +03:00
expr.rs remove unneccessary wrapping of return value in mk_await_expr() 2021-02-21 13:01:01 +01:00
generics.rs Require passing an AttrWrapper to collect_tokens_trailing_token 2021-02-13 12:07:15 -05:00
item.rs Rollup merge of #82321 - bugadani:ast3, r=varkor 2021-02-25 14:34:03 +01:00
mod.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
nonterminal.rs Simplify pattern grammar by allowing nested leading vert 2021-02-15 12:07:54 -06:00
pat.rs Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank 2021-02-23 02:51:44 +01:00
path.rs Fix turbofish recovery with multiple generic args 2021-02-27 13:46:49 +03:00
stmt.rs Combine HasAttrs and HasTokens into AstLike 2021-02-27 00:14:13 -05:00
ty.rs Recover from X<Y,Z> when parsing const expr 2021-02-27 14:06:57 +03:00