]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0308-2.stderr
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / test / ui / error-codes / E0308-2.stderr
index 0ac03195fa3418481d6d1419f129b2db8aad9af7..5c1dcb4d4f9b34a8984157b9c73eea45e283b9c8 100644 (file)
@@ -6,7 +6,7 @@ LL | impl Eq for &dyn DynEq {}
    |
    = note: expected trait `<&dyn DynEq as PartialEq>`
               found trait `<&(dyn DynEq + 'static) as PartialEq>`
-note: the lifetime `'_` as defined on the impl at 9:13...
+note: the lifetime `'_` as defined here...
   --> $DIR/E0308-2.rs:9:13
    |
 LL | impl Eq for &dyn DynEq {}