Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// force-host
#![feature(rustc_private)]
extern crate rustc_driver;
use rustc_driver::plugin::Registry;
#[no_mangle]
fn __rustc_plugin_registrar(_: &mut Registry) {}