rustc/tests/ui/inline-const/pat-match-fndef.stderr
2025-02-17 11:14:05 +01:00

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