]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20162.stderr
Re-blessed tests.
[rust.git] / src / test / ui / issues / issue-20162.stderr
1 error[E0277]: the trait bound `X: std::cmp::Ord` is not satisfied
2   --> $DIR/issue-20162.rs:5:7
3    |
4 LL |     b.sort();
5    |       ^^^^ the trait `std::cmp::Ord` is not implemented for `X`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.