blob: dd22df89eae99a56cadd8e62a178bc4fb4d50d66 [file] [log] [blame]
pub fn foo() {}
#[macro_export]
macro_rules! macro_2015 {
() => {
use edition_lint_paths as other_name;
use edition_lint_paths::foo as other_foo;
fn check_macro_2015() {
::edition_lint_paths::foo();
}
}
}