about summary refs log tree commit diff
path: root/tests/ui/macros/issue-118048.stderr
blob: f5468b341bce6b0ea6f95565d1345b73ad92d91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error[E0121]: the placeholder `_` is not allowed within types on item signatures for functions
  --> $DIR/issue-118048.rs:7:6
   |
LL | foo!(_);
   |      ^ not allowed in type signatures

error[E0121]: the placeholder `_` is not allowed within types on item signatures for functions
  --> $DIR/issue-118048.rs:7:6
   |
LL | foo!(_);
   |      ^ not allowed in type signatures
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0121`.