summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/issue-63364.stderr
blob: 0375359aeaba619c3320df95d240ed6070dc2485 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: literal out of range for `u16`
  --> $DIR/issue-63364.rs:6:14
   |
LL |     for n in 100_000.. {
   |              ^^^^^^^
   |
   = note: `#[deny(overflowing_literals)]` on by default
   = note: the literal `100_000` does not fit into the type `u16` whose range is `0..=65535`

error: aborting due to previous error