rust/tests/ui/proc-macro/custom-attr-panic.stderr
2024-02-18 22:51:19 +02:00

11 lines
216 B
Plaintext

error: custom attribute panicked
--> $DIR/custom-attr-panic.rs:5:1
|
LL | #[test_macros::panic_attr]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: message: panic-attr
error: aborting due to 1 previous error