rust/compiler/rustc_parse
Nicholas Nethercote 757f73f506 Simplify CaptureState::inner_attr_ranges.
The `Option`s within the `ReplaceRange`s within the hashmap are always
`None`. This PR omits them and inserts them when they are extracted from
the hashmap.
2024-07-19 15:25:54 +10:00
..
src Simplify CaptureState::inner_attr_ranges. 2024-07-19 15:25:54 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Deny keyword lifetimes pre-expansion 2024-07-16 12:06:25 -04:00