rust/compiler/rustc_parse/src/parser
bors 5b82ea74b7 Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
Recover wrong-cased keywords that start items

(_this pr was inspired by [this tweet](https://twitter.com/Azumanga/status/1552982326409367561)_)

r? `@estebank`

We've talked a bit about this recovery, but I just wanted to make sure that this is the right approach :)

For now I've only added the case insensitive recovery to `use`s, since most other items like `impl` blocks, modules, functions can start with multiple keywords which complicates the matter.
2022-11-11 02:07:52 +00:00
..
attr.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
attr_wrapper.rs fix assertion failed for break_last_token and trailing token 2022-10-20 20:16:27 +08:00
diagnostics.rs Don't silently eat label before block in block-like expr 2022-11-04 21:35:58 +00:00
expr.rs Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank 2022-11-11 02:07:52 +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 #99918 - WaffleLapkin:fnFnfun, r=estebank 2022-11-11 02:07:52 +00:00
mod.rs Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank 2022-11-11 02:07:52 +00:00
nonterminal.rs slight vertical formatting 2022-09-15 23:51:43 +08:00
pat.rs Recover unclosed char literal being parsed as lifetime 2022-10-22 06:57:12 +00:00
path.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
stmt.rs fix #103425, remove extra type error after missing semicolon error 2022-10-24 09:20:07 +08:00
ty.rs Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank 2022-11-11 02:07:52 +00:00