aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unsorted-match-unstable.stderr
blob: 42daef549f7b4cc38399b0f75798cd6de91d28f4 (plain)
1
2
3
4
5
error: E::Bbb should sort before E::Ddd
  --> tests/ui/unsorted-match-unstable.rs:21:9
   |
21 |         E::Bbb(_, _) => {}
   |         ^^^^^^