]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/pub-method-macro.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / parse-fail / pub-method-macro.rs
index 198fa5b9aca0bf4009c238cc2ed2651278b86a15..83db24b8c01ef2258bac77f91c18e7e2e46ec3b6 100644 (file)
@@ -29,6 +29,4 @@ mod bleh {
     }
 }
 
-fn main() {
-    bleh::S.f();
-}
+fn main() {}