]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/compare-method/region-extra.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / compare-method / region-extra.stderr
index a29a292ac655656eaa3f1559ff9e0f3d0fbf9adb..bc42b505818b88f7864f5d5399416c13e389eed4 100644 (file)
@@ -1,11 +1,11 @@
 error[E0276]: impl has stricter requirements than trait
-  --> $DIR/region-extra.rs:22:5
+  --> $DIR/region-extra.rs:19:5
    |
-18 |     fn foo();
+15 |     fn foo();
    |     --------- definition of `foo` from trait
 ...
-22 |     fn foo() where 'a: 'b { }
+19 |     fn foo() where 'a: 'b { }
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `'a: 'b`
 
-error: aborting due to previous error(s)
+error: aborting due to previous error