blob: c24cdc97aa5004f579345ee055bdfc48e011e1b4 [file] [log] [blame]
// force-host
#![feature(rustc_private)]
extern crate rustc_driver;
use rustc_driver::plugin::Registry;
#[no_mangle]
fn __rustc_plugin_registrar(_: &mut Registry) {}