mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 22:32:31 +00:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
error: fn item `fn() {uwu}` cannot be used in patterns
|
|
--> $DIR/pat-match-fndef.rs:8:9
|
|
|
|
|
LL | const { uwu } => {}
|
|
| ^^^^^^^^^^^^^ fn item can't be used in patterns
|
|
|
|
error: aborting due to 1 previous error
|
|
|