Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// aux-build:two_macros.rs
#[macro_use()]
extern crate two_macros;
pub fn main() {
macro_two!();
//~^ ERROR cannot find macro
}