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
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ const X: NonZeroU8 = unsafe { NonZeroU8::new_unchecked(5) };
|
||||||
const Y: u8 = X.get();
|
const Y: u8 = X.get();
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue