aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unsorted-match-stable.stderr
blob: d04d317541039aa0de8c4520aca186e434a402e0 (plain)
1
2
3
4
5
error: E::Bbb should sort before E::Ccc
  --> $DIR/unsorted-match-stable.rs:18:9
   |
18 |         E::Bbb(_, _) => {}
   |         ^^^^^^