diff options
| author | Ryo Yoshida <low.ryoshida@gmail.com> | 2022-12-31 16:17:38 +0900 |
|---|---|---|
| committer | Ryo Yoshida <low.ryoshida@gmail.com> | 2022-12-31 16:17:38 +0900 |
| commit | 0430b68398ef19d17f183ac4d6502612df5b4774 (patch) | |
| tree | 4ceafe8c8c87d6736949c60f38a273e436219d0d | |
| parent | 0d76b94c90a20c20d3e57ea1ab03d9afa00dee72 (diff) | |
| download | rust-0430b68398ef19d17f183ac4d6502612df5b4774.tar.gz rust-0430b68398ef19d17f183ac4d6502612df5b4774.zip | |
Remove unused known `Name`s
| -rw-r--r-- | crates/hir-expand/src/name.rs | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/crates/hir-expand/src/name.rs b/crates/hir-expand/src/name.rs index beff3f6ad96..49965425433 100644 --- a/crates/hir-expand/src/name.rs +++ b/crates/hir-expand/src/name.rs @@ -338,44 +338,6 @@ pub mod known { test_case, recursion_limit, feature, - // Safe intrinsics - abort, - add_with_overflow, - black_box, - bitreverse, - bswap, - caller_location, - ctlz, - ctpop, - cttz, - discriminant_value, - forget, - likely, - maxnumf32, - maxnumf64, - min_align_of_val, - min_align_of, - minnumf32, - minnumf64, - mul_with_overflow, - needs_drop, - ptr_guaranteed_eq, - ptr_guaranteed_ne, - rotate_left, - rotate_right, - rustc_peek, - saturating_add, - saturating_sub, - size_of_val, - size_of, - sub_with_overflow, - type_id, - type_name, - unlikely, - variant_count, - wrapping_add, - wrapping_mul, - wrapping_sub, // known methods of lang items eq, ne, |
