about summary refs log tree commit diff
path: root/src/test/ui/pub/pub-restricted-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/pub/pub-restricted-error.rs')
-rw-r--r--src/test/ui/pub/pub-restricted-error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/pub/pub-restricted-error.rs b/src/test/ui/pub/pub-restricted-error.rs
index 99af031899a..7f300ed2342 100644
--- a/src/test/ui/pub/pub-restricted-error.rs
+++ b/src/test/ui/pub/pub-restricted-error.rs
@@ -16,4 +16,4 @@ struct Foo {
     pub(crate) () foo: usize,
 }
 
-
+fn main() {}