mirror of https://github.com/rust-lang/rust.git
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
error: expected type, found lifetime
|
|
--> $DIR/trait-object-macro-matcher.rs:17:8
|
|
|
|
|
LL | m!('static);
|
|
| ^^^^^^^ expected type
|
|
|
|
error: expected type, found lifetime
|
|
--> $DIR/trait-object-macro-matcher.rs:17:8
|
|
|
|
|
LL | m!('static);
|
|
| ^^^^^^^ expected type
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|