mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
216 B
Text
10 lines
216 B
Text
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
|
|
|