We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NonZero
1 parent c852e3d commit 3b9022aCopy full SHA for 3b9022a
compiler/rustc_span/src/symbol.rs
@@ -246,17 +246,7 @@ symbols! {
246
MutexGuard,
247
N,
248
NonNull,
249
- NonZeroI128,
250
- NonZeroI16,
251
- NonZeroI32,
252
- NonZeroI64,
253
- NonZeroI8,
254
- NonZeroU128,
255
- NonZeroU16,
256
- NonZeroU32,
257
- NonZeroU64,
258
- NonZeroU8,
259
- NonZeroUsize,
+ NonZero,
260
None,
261
Normal,
262
Ok,
0 commit comments