about summary refs log tree commit diff
path: root/src/test/ui/pub/pub-restricted-error-fn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/pub/pub-restricted-error-fn.stderr')
-rw-r--r--src/test/ui/pub/pub-restricted-error-fn.stderr16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/test/ui/pub/pub-restricted-error-fn.stderr b/src/test/ui/pub/pub-restricted-error-fn.stderr
deleted file mode 100644
index 0511a821a7a..00000000000
--- a/src/test/ui/pub/pub-restricted-error-fn.stderr
+++ /dev/null
@@ -1,16 +0,0 @@
-error: visibility `pub(crate)` is not followed by an item
-  --> $DIR/pub-restricted-error-fn.rs:1:1
-   |
-LL | pub(crate) () fn foo() {}
-   | ^^^^^^^^^^ the visibility
-   |
-   = help: you likely meant to define an item, e.g., `pub(crate) fn foo() {}`
-
-error: expected item, found `(`
-  --> $DIR/pub-restricted-error-fn.rs:1:12
-   |
-LL | pub(crate) () fn foo() {}
-   |            ^ expected item
-
-error: aborting due to 2 previous errors
-