]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/match_ice.stderr
Merge branch 'debian/sid' into debian/experimental
[rustc.git] / src / test / ui / consts / match_ice.stderr
CommitLineData
48663c56
XL
1error: to use a constant of type `S` in a pattern, `S` must be annotated with `#[derive(PartialEq, Eq)]`
2 --> $DIR/match_ice.rs:11:9
9fa01778 3 |
48663c56
XL
4LL | C => {}
5 | ^
6
1b1a35ee 7error: aborting due to previous error
9fa01778 8