mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
9d03046a81
Fix legacy numeric constant diag items - missed syms for usize/isize - missed diag items on unsigned integers For rust-lang/rust-clippy#12312 r? ```@Nilstrieb``` Follow-up to #121272, #121361, #121667 This should be the last one 🤞 Sorry!