blob: b69a1fa4df08ac6bc475f4d6df028215455d73e0 [file] [log] [blame]
// aux-build:two_macros.rs
#![feature(macro_reexport)] //~ ERROR feature has been removed
#[macro_reexport(macro_one)] //~ ERROR cannot find attribute macro `macro_reexport` in this scope
extern crate two_macros;
fn main() {}