blob: ab536dc5854973ae5a1c50a51c71cfcb62f1af5c (
plain)
1
2
3
4
5
6
7
8
|
error: expected type, found `'static`
--> $DIR/trait-object-macro-matcher.rs:19:8
|
LL | m!('static); //~ ERROR expected type, found `'static`
| ^^^^^^^
error: aborting due to previous error
|