Skip to content

Commit 39f95fa

Browse files
oli-obkDylan-DPC
andauthored
Update src/test/ui/consts/const-nonzero.rs
Co-Authored-By: Dylan-DPC <[email protected]>
1 parent d11a58b commit 39f95fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/consts/const-nonzero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const X: NonZeroU8 = unsafe { NonZeroU8::new_unchecked(5) };
66
const Y: u8 = X.get();
77

88
fn main() {
9-
}
9+
}

0 commit comments

Comments
 (0)