about summary refs log tree commit diff
path: root/tests/ui/proc-macro/custom-attr-panic.stderr
blob: e436162bcc158994ed459e84672081517538cd21 (plain)
1
2
3
4
5
6
7
8
9
10
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