blob: a81e390b2fd1c48fdf50386bdc1c77063cb2b853 (
plain) (
tree)
|
|
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
|