]> git.proxmox.com Git - rustc.git/blob - tests/ui/consts/const-eval/issue-85155.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / consts / const-eval / issue-85155.stderr
1 error[E0080]: evaluation of `post_monomorphization_error::ValidateConstImm::<2, 0, 1>::VALID` failed
2 --> $DIR/auxiliary/post_monomorphization_error.rs:7:17
3 |
4 LL | let _ = 1 / ((IMM >= MIN && IMM <= MAX) as usize);
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to divide `1_usize` by zero
6
7 note: the above error was encountered while instantiating `fn post_monomorphization_error::stdarch_intrinsic::<2>`
8 --> $DIR/issue-85155.rs:19:5
9 |
10 LL | post_monomorphization_error::stdarch_intrinsic::<2>();
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0080`.