]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/use-self-in-inner-fn.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / use-self-in-inner-fn.stderr
index 26082e5e01b226f7d77503e7057c76988f2e1a37..cef030aec460c6bc3369dc935c719f6c4aa741b9 100644 (file)
@@ -2,7 +2,7 @@ error[E0401]: can't use type parameters from outer function
   --> $DIR/use-self-in-inner-fn.rs:16:25
    |
 LL | impl A {
-   | ---- `Self` type implicitly declared here, on the `impl`
+   | ---- `Self` type implicitly declared here, by this `impl`
 ...
 LL |         fn peach(this: &Self) {
    |                         ^^^^