]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/staticness-mismatch.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / test / ui / staticness-mismatch.stderr
index 31c06ae8a88926c5672d38c70eae601b416ea165..b67ac5adbe14bdee6266bf1dff71aab87d37b641 100644 (file)
@@ -1,5 +1,5 @@
 error[E0185]: method `bar` has a `&self` declaration in the impl, but not in the trait
-  --> $DIR/staticness-mismatch.rs:17:5
+  --> $DIR/staticness-mismatch.rs:7:5
    |
 LL |     fn bar();
    |     --------- trait method declared without `&self`