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