rust/compiler/rustc_parse
Nicholas Nethercote 3d750e2702 Shrink parser positions from usize to u32.
The number of source code bytes can't exceed a `u32`'s range, so a token
position also can't. This reduces the size of `Parser` and
`LazyAttrTokenStreamImpl` by eight bytes each.
2024-07-02 17:03:53 +10:00
..
src Shrink parser positions from usize to u32. 2024-07-02 17:03:53 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Add hard error and migration lint for unsafe attrs 2024-06-23 19:02:14 -05:00