diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-28 17:45:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-28 17:45:49 +0530 |
| commit | 39f95fa7c7541fe67f76579d10fad7e44328458d (patch) | |
| tree | 0d9c4256665b9dfcf1e063d8c5e1f862adfcf024 | |
| parent | d11a58b6769105082a06a185660ae7cbd6dfc173 (diff) | |
| download | rust-39f95fa7c7541fe67f76579d10fad7e44328458d.tar.gz rust-39f95fa7c7541fe67f76579d10fad7e44328458d.zip | |
Update src/test/ui/consts/const-nonzero.rs
Co-Authored-By: Dylan-DPC <dylan.dpc@gmail.com>
| -rw-r--r-- | src/test/ui/consts/const-nonzero.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-nonzero.rs b/src/test/ui/consts/const-nonzero.rs index 02900924c13..c06ab227f64 100644 --- a/src/test/ui/consts/const-nonzero.rs +++ b/src/test/ui/consts/const-nonzero.rs @@ -6,4 +6,4 @@ const X: NonZeroU8 = unsafe { NonZeroU8::new_unchecked(5) }; const Y: u8 = X.get(); fn main() { -} \ No newline at end of file +} |
