Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
// aux-build:issue-38190.rs
#[macro_use]
extern crate issue_38190;
mod auxiliary {
m!([
#[path = "issue-38190.rs"]
mod issue_38190;
]);
}
fn main() {}