rust/compiler/rustc_lint
Matthias Krüger bb63d75ac1
Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino
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.

r? `@spastorino`
2024-08-15 19:32:35 +02:00
..
src Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino 2024-08-15 19:32:35 +02: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