]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-79744.stderr
Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesleywiser
[rust.git] / src / test / ui / lint / issue-79744.stderr
1 error: literal out of range for `i8`
2   --> $DIR/issue-79744.rs:3:14
3    |
4 LL |     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
11 error: aborting due to previous error
12