2014-07-09 19:13:28 -07:00
|
|
|
// aux-build:rlib_crate_test.rs
|
|
|
|
// ignore-tidy-linelength
|
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)]
|
2015-02-11 18:43:16 -08:00
|
|
|
//~^ ERROR: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib format
|
2014-07-09 19:13:28 -07:00
|
|
|
|
|
|
|
fn main() {}
|