rust/compiler/rustc_expand
Nicholas Nethercote a7f35c42d4 Add StrStyle to ast::LitKind::ByteStr.
This is required to distinguish between cooked and raw byte string
literals in an `ast::LitKind`, without referring to an adjacent
`token::Lit`. It's a prerequisite for the next commit.
2022-12-02 10:38:58 +11:00
..
src Add StrStyle to ast::LitKind::ByteStr. 2022-12-02 10:38:58 +11:00
Cargo.toml Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00