]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-79744.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / issues / issue-79744.stderr
CommitLineData
6a06907d
XL
1error: literal out of range for `i8`
2 --> $DIR/issue-79744.rs:3:14
3 |
4LL | let e2 = 230;
5 | ^^^
6 |
7 = note: `#[deny(overflowing_literals)]` on by default
8 = note: the literal `230` does not fit into the type `i8` whose range is `-128..=127`
9 = help: consider using the type `u8` instead
10
11error: aborting due to previous error
12