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 @@ -154,29 +154,41 @@ mod int_macros;
154
154
#[ macro_use]
155
155
mod uint_macros;
156
156
157
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
157
158
#[ path = "num/i128.rs" ]
158
159
pub mod i128;
160
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
159
161
#[ path = "num/i16.rs" ]
160
162
pub mod i16;
163
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
161
164
#[ path = "num/i32.rs" ]
162
165
pub mod i32;
166
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
163
167
#[ path = "num/i64.rs" ]
164
168
pub mod i64;
169
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
165
170
#[ path = "num/i8.rs" ]
166
171
pub mod i8;
172
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
167
173
#[ path = "num/isize.rs" ]
168
174
pub mod isize;
169
175
176
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
170
177
#[ path = "num/u128.rs" ]
171
178
pub mod u128;
179
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
172
180
#[ path = "num/u16.rs" ]
173
181
pub mod u16;
182
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
174
183
#[ path = "num/u32.rs" ]
175
184
pub mod u32;
185
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
176
186
#[ path = "num/u64.rs" ]
177
187
pub mod u64;
188
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
178
189
#[ path = "num/u8.rs" ]
179
190
pub mod u8;
191
+ #[ rustc_deprecated( since = "1.42.0" , reason = "Replaced by associated constants" ) ]
180
192
#[ path = "num/usize.rs" ]
181
193
pub mod usize;
182
194
You can’t perform that action at this time.
0 commit comments