File tree 1 file changed +0
-38
lines changed
1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -338,44 +338,6 @@ pub mod known {
338
338
test_case,
339
339
recursion_limit,
340
340
feature,
341
- // Safe intrinsics
342
- abort,
343
- add_with_overflow,
344
- black_box,
345
- bitreverse,
346
- bswap,
347
- caller_location,
348
- ctlz,
349
- ctpop,
350
- cttz,
351
- discriminant_value,
352
- forget,
353
- likely,
354
- maxnumf32,
355
- maxnumf64,
356
- min_align_of_val,
357
- min_align_of,
358
- minnumf32,
359
- minnumf64,
360
- mul_with_overflow,
361
- needs_drop,
362
- ptr_guaranteed_eq,
363
- ptr_guaranteed_ne,
364
- rotate_left,
365
- rotate_right,
366
- rustc_peek,
367
- saturating_add,
368
- saturating_sub,
369
- size_of_val,
370
- size_of,
371
- sub_with_overflow,
372
- type_id,
373
- type_name,
374
- unlikely,
375
- variant_count,
376
- wrapping_add,
377
- wrapping_mul,
378
- wrapping_sub,
379
341
// known methods of lang items
380
342
eq,
381
343
ne,
You can’t perform that action at this time.
0 commit comments