rust/compiler/rustc_parse/src/parser
Matthias Krüger b7657e9cec
Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-errors
Always suggest as `MachineApplicable` in `recover_intersection_pat`

This resolves one FIXME in `recover_intersection_pat` by always applying `MachineApplicable` when suggesting, as `bindings_after_at` is now stable.
This also separates a test to apply `// run-rustfix`.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-12-27 16:37:48 +01:00
..
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr_wrapper.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs remove unused imports 2022-12-26 15:01:20 +09:00
expr.rs Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot 2022-12-25 14:42:49 +00:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726 2022-12-26 21:50:05 +00:00
mod.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs Always suggest as MachineApplicable in recover_intersection_pat 2022-12-23 07:18:48 +09:00
path.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
stmt.rs Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank 2022-12-14 04:00:05 +00:00
ty.rs error parsing lifetime following by Sized and message + between them 2022-12-13 16:49:20 -08:00