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