mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 11:33:04 +00:00
Update src/test/ui/consts/const-nonzero.rs
Co-Authored-By: Dylan-DPC <dylan.dpc@gmail.com>
This commit is contained in:
parent
d11a58b676
commit
39f95fa7c7
@ -6,4 +6,4 @@ const X: NonZeroU8 = unsafe { NonZeroU8::new_unchecked(5) };
|
||||
const Y: u8 = X.get();
|
||||
|
||||
fn main() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user