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