]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Ord-struct.stderr
New upstream version 1.44.1+dfsg1
[rustc.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`