summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pub/pub-restricted-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/pub/pub-restricted-error.stderr')
-rw-r--r--src/test/ui/pub/pub-restricted-error.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/pub/pub-restricted-error.stderr b/src/test/ui/pub/pub-restricted-error.stderr
deleted file mode 100644
index b47328f34..000000000
--- a/src/test/ui/pub/pub-restricted-error.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: expected identifier, found `(`
- --> $DIR/pub-restricted-error.rs:4:16
- |
-LL | struct Foo {
- | --- while parsing this struct
-LL | pub(crate) () foo: usize,
- | ^ expected identifier
-
-error: aborting due to previous error
-