Commit 9d03046
authored
Rollup merge of rust-lang#122271 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb
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 rust-lang#121272, rust-lang#121361, rust-lang#121667
This should be the last one 🤞 Sorry!File tree
2 files changed
+12
-0
lines changed- compiler/rustc_span/src
- library/core/src/num
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
1003 | 1008 | | |
1004 | 1009 | | |
1005 | 1010 | | |
| |||
1910 | 1915 | | |
1911 | 1916 | | |
1912 | 1917 | | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
1913 | 1923 | | |
1914 | 1924 | | |
1915 | 1925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2972 | 2972 | | |
2973 | 2973 | | |
2974 | 2974 | | |
| 2975 | + | |
2975 | 2976 | | |
2976 | 2977 | | |
2977 | 2978 | | |
| |||
2983 | 2984 | | |
2984 | 2985 | | |
2985 | 2986 | | |
| 2987 | + | |
2986 | 2988 | | |
2987 | 2989 | | |
2988 | 2990 | | |
0 commit comments