mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 20:35:53 +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
|
|
|