This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -309,29 +309,41 @@ mod internal_macros;
309309#[ macro_use]
310310mod int_macros;
311311
312+ #[ rustc_diagnostic_item = "i128_legacy_mod" ]
312313#[ path = "num/shells/i128.rs" ]
313314pub mod i128;
315+ #[ rustc_diagnostic_item = "i16_legacy_mod" ]
314316#[ path = "num/shells/i16.rs" ]
315317pub mod i16;
318+ #[ rustc_diagnostic_item = "i32_legacy_mod" ]
316319#[ path = "num/shells/i32.rs" ]
317320pub mod i32;
321+ #[ rustc_diagnostic_item = "i64_legacy_mod" ]
318322#[ path = "num/shells/i64.rs" ]
319323pub mod i64;
324+ #[ rustc_diagnostic_item = "i8_legacy_mod" ]
320325#[ path = "num/shells/i8.rs" ]
321326pub mod i8;
327+ #[ rustc_diagnostic_item = "isize_legacy_mod" ]
322328#[ path = "num/shells/isize.rs" ]
323329pub mod isize;
324330
331+ #[ rustc_diagnostic_item = "u128_legacy_mod" ]
325332#[ path = "num/shells/u128.rs" ]
326333pub mod u128;
334+ #[ rustc_diagnostic_item = "u16_legacy_mod" ]
327335#[ path = "num/shells/u16.rs" ]
328336pub mod u16;
337+ #[ rustc_diagnostic_item = "u32_legacy_mod" ]
329338#[ path = "num/shells/u32.rs" ]
330339pub mod u32;
340+ #[ rustc_diagnostic_item = "u64_legacy_mod" ]
331341#[ path = "num/shells/u64.rs" ]
332342pub mod u64;
343+ #[ rustc_diagnostic_item = "u8_legacy_mod" ]
333344#[ path = "num/shells/u8.rs" ]
334345pub mod u8;
346+ #[ rustc_diagnostic_item = "usize_legacy_mod" ]
335347#[ path = "num/shells/usize.rs" ]
336348pub mod usize;
337349
You can’t perform that action at this time.
0 commit comments