summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/impl-items-vis-unresolved.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/resolve/impl-items-vis-unresolved.stderr')
-rw-r--r--src/test/ui/resolve/impl-items-vis-unresolved.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/resolve/impl-items-vis-unresolved.stderr b/src/test/ui/resolve/impl-items-vis-unresolved.stderr
new file mode 100644
index 000000000..f2293d28e
--- /dev/null
+++ b/src/test/ui/resolve/impl-items-vis-unresolved.stderr
@@ -0,0 +1,9 @@
+error[E0433]: failed to resolve: there are too many leading `super` keywords
+ --> $DIR/impl-items-vis-unresolved.rs:21:13
+ |
+LL | pub(super) fn new() {}
+ | ^^^^^ there are too many leading `super` keywords
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0433`.