]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derives-span-Ord-struct.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / derives-span-Ord-struct.stderr
index 5e1ed33509406756a97126addea36fce1b6d619c..eaac3dafd080d8a8772e083917f83f1c1aba2fbf 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `Error: std::cmp::Ord` is not satisfied
-  --> $DIR/derives-span-Ord-struct.rs:12:5
+  --> $DIR/derives-span-Ord-struct.rs:8:5
    |
 LL |     x: Error
    |     ^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `Error`