rust/tests/ui-fulldeps/plugin/auxiliary/lto-syntax-extension-plugin.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
200 B
Rust
Raw Normal View History

// force-host
#![feature(rustc_private)]
extern crate rustc_middle;
2019-07-06 12:56:20 -05:00
extern crate rustc_driver;
use rustc_driver::plugin::Registry;
#[no_mangle]
fn __rustc_plugin_registrar(_reg: &mut Registry) {}