2023-10-05 09:43:55 +00:00
|
|
|
error[E0080]: evaluation of `test::<T>::{constant#0}` failed
|
2024-08-10 18:13:03 +02:00
|
|
|
--> $DIR/const-error.rs:10:32
|
2023-10-05 09:43:55 +00:00
|
|
|
|
|
2024-08-10 18:13:03 +02:00
|
|
|
LL | asm!("/* {} */", const 1 / 0);
|
|
|
|
| ^^^^^ attempt to divide `1_i32` by zero
|
2023-10-05 09:43:55 +00:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|