summaryrefslogtreecommitdiffstats
path: root/src/test/ui/privacy/effective_visibilities_glob.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
commit218caa410aa38c29984be31a5229b9fa717560ee (patch)
treec54bd55eeb6e4c508940a30e94c0032fbd45d677 /src/test/ui/privacy/effective_visibilities_glob.stderr
parentReleasing progress-linux version 1.67.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-218caa410aa38c29984be31a5229b9fa717560ee.tar.xz
rustc-218caa410aa38c29984be31a5229b9fa717560ee.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/ui/privacy/effective_visibilities_glob.stderr')
-rw-r--r--src/test/ui/privacy/effective_visibilities_glob.stderr26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/ui/privacy/effective_visibilities_glob.stderr b/src/test/ui/privacy/effective_visibilities_glob.stderr
deleted file mode 100644
index 0496cd5df..000000000
--- a/src/test/ui/privacy/effective_visibilities_glob.stderr
+++ /dev/null
@@ -1,26 +0,0 @@
-error: Direct: pub(crate), Reexported: pub, Reachable: pub, ReachableThroughImplTrait: pub
- --> $DIR/effective_visibilities_glob.rs:8:5
- |
-LL | pub struct S1 {}
- | ^^^^^^^^^^^^^
-
-error: Direct: pub(crate), Reexported: pub(crate), Reachable: pub(crate), ReachableThroughImplTrait: pub(crate)
- --> $DIR/effective_visibilities_glob.rs:10:5
- |
-LL | pub struct S2 {}
- | ^^^^^^^^^^^^^
-
-error: Direct: pub(crate), Reexported: pub, Reachable: pub, ReachableThroughImplTrait: pub
- --> $DIR/effective_visibilities_glob.rs:15:13
- |
-LL | pub use crate::m::*;
- | ^^^^^^^^
-
-error: Direct: pub, Reexported: pub, Reachable: pub, ReachableThroughImplTrait: pub
- --> $DIR/effective_visibilities_glob.rs:19:9
- |
-LL | pub use glob::S1;
- | ^^^^^^^^
-
-error: aborting due to 4 previous errors
-