File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,13 @@ symbols! {
232
232
NonZeroI32 ,
233
233
NonZeroI64 ,
234
234
NonZeroI8 ,
235
+ NonZeroIsize ,
235
236
NonZeroU128 ,
236
237
NonZeroU16 ,
237
238
NonZeroU32 ,
238
239
NonZeroU64 ,
239
240
NonZeroU8 ,
241
+ NonZeroUsize ,
240
242
None ,
241
243
Ok ,
242
244
Option ,
@@ -278,6 +280,7 @@ symbols! {
278
280
RwLock ,
279
281
RwLockReadGuard ,
280
282
RwLockWriteGuard ,
283
+ Saturating ,
281
284
Send ,
282
285
SeqCst ,
283
286
SliceIndex ,
@@ -305,6 +308,7 @@ symbols! {
305
308
Vec ,
306
309
VecDeque ,
307
310
Wrapper ,
311
+ Wrapping ,
308
312
Yield ,
309
313
_DECLS,
310
314
_Self,
@@ -1373,6 +1377,7 @@ symbols! {
1373
1377
sanitizer_cfi_normalize_integers,
1374
1378
sanitizer_runtime,
1375
1379
saturating_add,
1380
+ saturating_div,
1376
1381
saturating_sub,
1377
1382
self_in_typedefs,
1378
1383
self_struct_ctor,
@@ -1691,7 +1696,10 @@ symbols! {
1691
1696
windows_subsystem,
1692
1697
with_negative_coherence,
1693
1698
wrapping_add,
1699
+ wrapping_div,
1694
1700
wrapping_mul,
1701
+ wrapping_rem,
1702
+ wrapping_rem_euclid,
1695
1703
wrapping_sub,
1696
1704
wreg,
1697
1705
write_bytes,
You can’t perform that action at this time.
0 commit comments