]> git.proxmox.com Git - rustc.git/blame - tests/ui/inline-const/pat-match-fndef.stderr
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / ui / inline-const / pat-match-fndef.stderr
CommitLineData
add651ee 1error: `fn() {uwu}` cannot be used in patterns
c620b35d 2 --> $DIR/pat-match-fndef.rs:8:9
add651ee
FG
3 |
4LL | const { uwu } => {}
5 | ^^^^^^^^^^^^^
6
c620b35d 7error: aborting due to 1 previous error
add651ee 8