]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-deny-overflowing-literals-2018.stderr
Auto merge of #57130 - VardhanThigle:Vardhan/x86_64-fortanix-unknown-sgx-tier2_suppor...
[rust.git] / src / test / ui / editions / edition-deny-overflowing-literals-2018.stderr
1 error: literal out of range for u8
2   --> $DIR/edition-deny-overflowing-literals-2018.rs:4:17
3    |
4 LL |     let x: u8 = 256;
5    |                 ^^^
6    |
7    = note: #[deny(overflowing_literals)] on by default
8
9 error: aborting due to previous error
10