2019-03-11 19:49:17 -05:00
|
|
|
// aux-build:rlib-crate-test.rs
|
2014-07-15 16:00:37 -05:00
|
|
|
// ignore-cross-compile gives a different error message
|
2014-07-09 21:13:28 -05:00
|
|
|
|
2014-12-31 22:43:46 -06:00
|
|
|
#![feature(plugin)]
|
2015-02-06 15:56:38 -06:00
|
|
|
#![plugin(rlib_crate_test)]
|
2020-07-05 02:39:15 -05:00
|
|
|
//~^ ERROR: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib
|
2014-07-09 21:13:28 -05:00
|
|
|
|
|
|
|
fn main() {}
|