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