rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 281c2fd5bf Inline and remove parse_local_mk.
It has a single use. This makes the `let` handling case in
`parse_stmt_without_recovery` more similar to the statement path and
statement expression cases.
2024-07-31 12:08:55 +10:00
..
mut_visit Reformat use declarations. 2024-07-29 08:26:52 +10:00
tokenstream Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr_wrapper.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
expr.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
generics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
item.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
nonterminal.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
pat.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
path.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
stmt.rs Inline and remove parse_local_mk. 2024-07-31 12:08:55 +10:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ty.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00