blob: 52f5d38710e5e84e5e3e74ba7d731d91ef3d0d49 (
plain)
1
2
3
|
// { dg-additional-options "-frust-crate-type=proc-macro" }
pub fn wild_pub_function() {} // { 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.." }
|