]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/blind-item-block-middle.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / blind-item-block-middle.rs
index 24a1e4e24d81a959f3b29345ad3bf597b454e144..930f769771d58275ad0be5a47fd3ad3d5ebb1fe5 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-mod foo { struct bar; }
+mod foo { pub struct bar; }
 
 fn main() {
     let bar = 5;