rust/compiler/rustc_parse/src
Maybe Waffle 40ae7b5b8e Parse closure binders
This is first step in implementing RFC 3216.
- Parse `for<'a>` before closures in ast
  - Error in lowering
- Add `closure_lifetime_binder` feature
2022-07-12 16:25:16 +04:00
..
lexer remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
parser Parse closure binders 2022-07-12 16:25:16 +04:00
lib.rs various: add rustc_lint_diagnostics to diag fns 2022-06-27 08:32:06 +01:00
validate_attr.rs