about summary refs log tree commit diff
path: root/src/test/ui/derives/derives-span-Ord-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/derives/derives-span-Ord-struct.stderr')
-rw-r--r--src/test/ui/derives/derives-span-Ord-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/derives/derives-span-Ord-struct.stderr b/src/test/ui/derives/derives-span-Ord-struct.stderr
index 5e1ed335094..eaac3dafd08 100644
--- a/src/test/ui/derives/derives-span-Ord-struct.stderr
+++ b/src/test/ui/derives/derives-span-Ord-struct.stderr
@@ -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`