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