mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
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
|
||
|
|