rust/compiler/rustc_parse/src
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
..
lexer Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad 2022-11-09 19:21:22 +05:30
parser Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank 2022-11-11 02:07:52 +00:00
errors.rs use subdiagnostic for sugesting add let 2022-11-08 16:25:37 +08:00
lib.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00