blob: fb33794a5ca065fb9010b18f51b6e3e56f68c697 [file] [log] [blame]
// aux-build:two_macros.rs
#![feature(macro_reexport)] //~ ERROR feature has been removed
#[macro_reexport(macro_one)] //~ ERROR attribute `macro_reexport` is currently unknown
extern crate two_macros;
fn main() {}