summary refs log tree commit diff
path: root/tests/ui/inline-const/pat-match-fndef.stderr
blob: b189ec51ade3815ba9276df453efe4b4116b62c4 (plain)
1
2
3
4
5
6
7
8
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