diff options
| author | Markus Reiter <me@reitermark.us> | 2024-01-20 18:25:52 +0100 |
|---|---|---|
| committer | Markus Reiter <me@reitermark.us> | 2024-01-27 16:38:57 +0100 |
| commit | 554b0f70c30e5f2bff2a472adaf310b36a26d770 (patch) | |
| tree | feae7acbb5840003263a6db4657376b3cfab7bbe | |
| parent | 4f0ce6fca2426427aab225cf1138a9171edb63b8 (diff) | |
Add `NonZero` symbol.
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 514d65abbe3..a54b928b908 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -246,17 +246,7 @@ symbols! { MutexGuard, N, NonNull, - NonZeroI128, - NonZeroI16, - NonZeroI32, - NonZeroI64, - NonZeroI8, - NonZeroU128, - NonZeroU16, - NonZeroU32, - NonZeroU64, - NonZeroU8, - NonZeroUsize, + NonZero, None, Normal, Ok, |
