rust/tests/ui/drop/drop_elaboration_with_errors3.stderr
Matthew Jasper ac45a67297 Use delayed bug for normalization errors in drop elaboration
Normalization can fail from errors from other items so use a delayed
bug instead of checking the body.
2025-04-11 16:31:28 +00:00

9 lines
182 B
Plaintext

error: bonjour
--> $DIR/drop_elaboration_with_errors3.rs:15:5
|
LL | compile_error!("bonjour");
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error