summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/visibility-indeterminate.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/resolve/visibility-indeterminate.stderr')
-rw-r--r--src/test/ui/resolve/visibility-indeterminate.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/resolve/visibility-indeterminate.stderr b/src/test/ui/resolve/visibility-indeterminate.stderr
deleted file mode 100644
index 84d82ce85..000000000
--- a/src/test/ui/resolve/visibility-indeterminate.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-error[E0578]: cannot determine resolution for the visibility
- --> $DIR/visibility-indeterminate.rs:5:8
- |
-LL | pub(in ::bar) struct Baz {}
- | ^^^^^
-
-error: cannot find macro `foo` in this scope
- --> $DIR/visibility-indeterminate.rs:3:1
- |
-LL | foo!();
- | ^^^
-
-error: aborting due to 2 previous errors
-
-For more information about this error, try `rustc --explain E0578`.