rust/compiler/rustc_parse/src
Josh Triplett a105cd6066 Use field init shorthand where possible
Field init shorthand allows writing initializers like `tcx: tcx` as
`tcx`. The compiler already uses it extensively. Fix the last few places
where it isn't yet used.
2024-12-17 14:33:10 -08:00
..
lexer Remove Lexer's dependency on Parser. 2024-12-13 07:10:20 +11:00
parser Use field init shorthand where possible 2024-12-17 14:33:10 -08:00
errors.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
lib.rs Add test to check unicode identifier version 2024-12-09 06:23:59 -08:00
validate_attr.rs Add hir::Attribute 2024-12-15 19:18:46 +01:00