rust/compiler/rustc_parse/src/parser
bors 5a8a44196b Auto merge of #87242 - JohnTitor:rollup-t9rmwpo, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #86763 (Add a regression test for issue-63355)
 - #86814 (Recover from a misplaced inner doc comment)
 - #86843 (Check that const parameters of trait methods have compatible types)
 - #86889 (rustdoc: Cleanup ExternalCrate)
 - #87092 (Remove nondeterminism in multiple-definitions test)
 - #87170 (Add diagnostic items for Clippy)
 - #87183 (fix typo in compile_fail doctest)
 - #87205 (rustc_middle: remove redundant clone)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-07-18 08:15:17 +00:00
..
attr.rs Recover from a misplaced inner doc comment 2021-07-02 11:47:26 -05:00
attr_wrapper.rs parser: Ensure that all nonterminals have tokens after parsing 2021-06-06 14:21:12 +03:00
diagnostics.rs Add support for using qualified paths with structs in expression and pattern 2021-06-10 13:18:41 +02:00
expr.rs Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank 2021-07-18 05:58:16 +00:00
generics.rs Require passing an AttrWrapper to collect_tokens_trailing_token 2021-02-13 12:07:15 -05:00
item.rs Fix ICE when misplaced visibility cannot be properly parsed 2021-07-07 15:02:20 +02:00
mod.rs Suggest a path separator if a stray colon is found in a match arm 2021-07-14 01:15:59 +02:00
nonterminal.rs Suggest a path separator if a stray colon is found in a match arm 2021-07-14 01:15:59 +02:00
pat.rs Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank 2021-07-18 05:58:16 +00:00
path.rs Fix handling of unmatched angle brackets in parser 2021-06-05 00:31:28 +02:00
stmt.rs Add support for using qualified paths with structs in expression and pattern 2021-06-10 13:18:41 +02:00
ty.rs Recover from &dyn mut ... parse errors 2021-07-02 17:07:32 +02:00