rust/compiler/rustc_lint
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 non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Disallow setting built-in cfgs via set the command-line 2024-08-07 14:08:34 +02:00