error: expected `Self` or `Trait for Self`
--> compile-errors/nightly/expect-self-anon.rs:6:14
|
6 | impl () {
| ^^
error: expected expression, found end of macro arguments
--> compile-errors/nightly/expect-self-anon.rs:2:13
|
2 | let _ = impl_tools::impl_anon! {
| _____________^
3 | | #[derive(Clone, Debug)]
4 | | struct (i32 = 123);
... |
11 | | };
| |_____^