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

Co-Authored-By: Dylan-DPC <dylan.dpc@gmail.com>
This commit is contained in:
Oliver Scherer 2018-12-28 17:45:49 +05:30 committed by GitHub
parent d11a58b676
commit 39f95fa7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@
const Y: u8 = X.get();
fn main() {
}
}