summaryrefslogtreecommitdiffstats
path: root/src/test/ui/privacy/private-inferred-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/privacy/private-inferred-type.stderr')
-rw-r--r--src/test/ui/privacy/private-inferred-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/privacy/private-inferred-type.stderr b/src/test/ui/privacy/private-inferred-type.stderr
index aecd8b58c..fc3f9ab62 100644
--- a/src/test/ui/privacy/private-inferred-type.stderr
+++ b/src/test/ui/privacy/private-inferred-type.stderr
@@ -161,7 +161,7 @@ LL | m::m!();
|
= note: this error originates in the macro `m::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.rs:49:18
|
LL | Pub(0u8).priv_method();