mirror of https://github.com/rust-lang/rust
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
error: expected pattern, found `$`
|
|
--> $DIR/issue-116781.rs:4:16
|
|
|
|
|
LL | field: fn(($),),
|
|
| ^ expected pattern
|
|
|
|
error: expected pattern, found `$`
|
|
--> $DIR/issue-116781.rs:4:16
|
|
|
|
|
LL | field: fn(($),),
|
|
| ^ expected pattern
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|