rust/compiler/rustc_parse/src
Matthias Krüger d07be1a304
Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank
Recover `fn` keyword as `Fn` trait in bounds

`impl fn()` -> `impl Fn()`

Fixes #82515
2022-12-28 14:40:01 +01:00
..
lexer Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
parser Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank 2022-12-28 14:40:01 +01:00
errors.rs Recover fn keyword as Fn trait in bounds 2022-12-27 06:14:46 +00:00
lib.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00