rust/compiler/rustc_expand
Nicholas Nethercote 7923b20dd9 Use impl PartialEq<TokenKind> for Token more.
This lets us compare a `Token` with a `TokenKind`. It's used a lot, but
can be used even more, avoiding the need for some `.kind` uses.
2024-08-14 16:37:09 +10:00
..
src Use impl PartialEq<TokenKind> for Token more. 2024-08-14 16:37:09 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl rustc_expand: make a message translatable 2024-08-10 14:32:56 +03:00