rust/tests/ui-fulldeps/plugin/auxiliary/rlib-crate-test.rs

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

13 lines
228 B
Rust
Raw Normal View History

// no-prefer-dynamic
#![crate_type = "rlib"]
#![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(_: &mut Registry) {}