]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/const_evaluatable_checked/from-sig-fail.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / const-generics / const_evaluatable_checked / from-sig-fail.stderr
CommitLineData
17df50a5 1error[E0080]: evaluation of `test::<0_usize>::{constant#0}` failed
1b1a35ee
XL
2 --> $DIR/from-sig-fail.rs:4:35
3 |
4LL | fn test<const N: usize>() -> [u8; N - 1] {
5 | ^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0080`.