summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/issue-103317.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/issue-103317.stderr')
-rw-r--r--src/test/ui/lint/issue-103317.stderr17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/ui/lint/issue-103317.stderr b/src/test/ui/lint/issue-103317.stderr
deleted file mode 100644
index 9c982ddc3..000000000
--- a/src/test/ui/lint/issue-103317.stderr
+++ /dev/null
@@ -1,17 +0,0 @@
-warning: unreachable `pub` item
- --> $DIR/issue-103317.rs:7:5
- |
-LL | pub enum T {
- | ---^^^^^^^
- | |
- | help: consider restricting its visibility: `pub(crate)`
- |
- = help: or consider exporting it for use by other crates
-note: the lint level is defined here
- --> $DIR/issue-103317.rs:4:8
- |
-LL | #[warn(unreachable_pub)]
- | ^^^^^^^^^^^^^^^
-
-warning: 1 warning emitted
-