]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/issue-85155.stderr
don't trim paths in collector PME message
[rust.git] / src / test / ui / consts / const-eval / issue-85155.stderr
1 error[E0080]: evaluation of `post_monomorphization_error::ValidateConstImm::<2_i32, 0_i32, 1_i32>::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_i32>`
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`.