blob: 2e393a002d10b5c82bffa9b79f990dffd6e9a62b [file] [log] [blame]
// { dg-additional-options "-frust-crate-type=proc-macro" }
#![feature(no_core)]
#![no_core]
pub fn wild_pub_module() {} // { dg-error ".proc-macro. crate types currently cannot export any items other than functions tagged with .#.proc_macro.., .#.proc_macro_derive.. or .#.proc_macro_attribute.." }