summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/private-inferred-type-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/privacy/private-inferred-type-3.stderr (renamed from src/test/ui/privacy/private-inferred-type-3.stderr)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/privacy/private-inferred-type-3.stderr b/tests/ui/privacy/private-inferred-type-3.stderr
index 00b61512d..42faeb4bf 100644
--- a/src/test/ui/privacy/private-inferred-type-3.stderr
+++ b/tests/ui/privacy/private-inferred-type-3.stderr
@@ -6,7 +6,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: static `PRIV_STATIC` is private
+error: static `ext::PRIV_STATIC` is private
--> $DIR/private-inferred-type-3.rs:16:5
|
LL | ext::m!();