aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macros/proc/pub_module.rs
blob: a8bc0e8ee2e4cf5a95048934a98ccaeb16343223 (plain)
1
2
3
// { dg-additional-options "-frust-crate-type=proc-macro" }

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.." }