about summary refs log tree commit diff
path: root/tests/ui/parser/macro/trait-object-macro-matcher.e2021.stderr
blob: 7d9e8d795d18aeb303a7e24893572192f81a4b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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