diff options
| author | Caio <c410.f3r@gmail.com> | 2023-08-24 13:30:53 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2023-08-24 13:30:53 -0300 |
| commit | c6ba5d9806565f6ddeb731df9eb3d218a51be4e8 (patch) | |
| tree | 774496f6a34a479a294afe641f692242d7aaa6ec /compiler/rustc_span/src | |
| parent | 18be2728bd0d59c8fc74311de365a52a2d5e3eee (diff) | |
| download | rust-c6ba5d9806565f6ddeb731df9eb3d218a51be4e8.tar.gz rust-c6ba5d9806565f6ddeb731df9eb3d218a51be4e8.zip | |
Add symbols for Clippy
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index c0eff6dfd8f..40eadaaa820 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -232,11 +232,13 @@ symbols! { NonZeroI32, NonZeroI64, NonZeroI8, + NonZeroIsize, NonZeroU128, NonZeroU16, NonZeroU32, NonZeroU64, NonZeroU8, + NonZeroUsize, None, Ok, Option, @@ -278,6 +280,7 @@ symbols! { RwLock, RwLockReadGuard, RwLockWriteGuard, + Saturating, Send, SeqCst, SliceIndex, @@ -305,6 +308,7 @@ symbols! { Vec, VecDeque, Wrapper, + Wrapping, Yield, _DECLS, _Self, @@ -1373,6 +1377,7 @@ symbols! { sanitizer_cfi_normalize_integers, sanitizer_runtime, saturating_add, + saturating_div, saturating_sub, self_in_typedefs, self_struct_ctor, @@ -1691,7 +1696,10 @@ symbols! { windows_subsystem, with_negative_coherence, wrapping_add, + wrapping_div, wrapping_mul, + wrapping_rem, + wrapping_rem_euclid, wrapping_sub, wreg, write_bytes, |
