summaryrefslogtreecommitdiffstats
path: root/src/test/ui/privacy/private-inferred-type-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/privacy/private-inferred-type-3.stderr')
-rw-r--r--src/test/ui/privacy/private-inferred-type-3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/privacy/private-inferred-type-3.stderr b/src/test/ui/privacy/private-inferred-type-3.stderr
index f9dd1c3d0..00b61512d 100644
--- a/src/test/ui/privacy/private-inferred-type-3.stderr
+++ b/src/test/ui/privacy/private-inferred-type-3.stderr
@@ -46,7 +46,7 @@ LL | ext::m!();
|
= note: this error originates in the macro `ext::m` (in Nightly builds, run with -Z macro-backtrace for more info)
-error: type `for<'r> fn(&'r Pub<u8>) {Pub::<u8>::priv_method}` is private
+error: type `for<'a> fn(&'a Pub<u8>) {Pub::<u8>::priv_method}` is private
--> $DIR/private-inferred-type-3.rs:16:5
|
LL | ext::m!();