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