Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
//@ aux-build:issue-53691.rs
extern crate issue_53691;
fn main() {
issue_53691::f();
issue_53691::g();
}