rust/tests/ui/extern/auxiliary/issue-80074-macro.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
99 B
Rust
Raw Normal View History

2022-06-28 12:28:04 +09:00
//@ edition:2018
macro_rules! foo_ { () => {}; }
use foo_ as foo;
macro_rules! bar { () => {}; }