mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
error: `fn() {uwu}` cannot be used in patterns
|
|
--> $DIR/pat-match-fndef.rs:8:9
|
|
|
|
|
LL | const { uwu } => {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|