rust/compiler/rustc_builtin_macros
Matthias Krüger 78ded09912
Rollup merge of #135882 - hkBst:master, r=estebank
simplify `similar_tokens` from `Option<Vec<_>>` to `&[_]`

All uses immediately invoke contains, so maybe a further simplification is possible.
2025-01-30 12:45:27 +01:00
..
src Rollup merge of #135882 - hkBst:master, r=estebank 2025-01-30 12:45:27 +01:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl add suggestion for wrongly ordered format parameters 2024-12-30 06:14:26 -08:00