blob: 850ffcdabe4cbc8148a94d19b29c472992529ed7 [file] [log] [blame]
#[macro_export]
macro_rules! foo { ($i:ident) => {} }
#[macro_export]
macro_rules! foo { () => {} } //~ ERROR a macro named `foo` has already been exported
//~| WARN this was previously accepted
fn main() {}