summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-36935.stderr
blob: da4366eb668d64d672139c7bd93c8440080c3816 (plain)
1
2
3
4
5
6
7
8
9
10
error: proc-macro derive panicked
  --> $DIR/issue-36935.rs:6:20
   |
LL | #[derive(Identity, Panic)]
   |                    ^^^^^
   |
   = help: message: panic-derive

error: aborting due to previous error