]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-20162.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-20162.stderr
index 0fb7009d574fd65098878343765df7b98bd7beaa..1d0d6d5c5d7be79342b64839f0b68db4a7d2cf75 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `X: std::cmp::Ord` is not satisfied
-  --> $DIR/issue-20162.rs:15:7
+  --> $DIR/issue-20162.rs:5:7
    |
 LL |     b.sort();
    |       ^^^^ the trait `std::cmp::Ord` is not implemented for `X`