summary refs log tree commit diff stats
path: root/tests/03-not-trait-impl.stderr
blob: 8206f00427b156df307709ca5e40992b3d97c9b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
error: proc macro panicked
  --> $DIR/03-not-trait-impl.rs:11:1
   |
11 | / impl_trait! {
12 | |     impl Bar for Foo {
13 | |     }
14 | | }
   | |_^
   |
   = help: message: impl_trait! may only be applied to inherent impls