2019-05-21 17:09:58 -05:00
|
|
|
// aux-build:test-macros.rs
|
2015-03-22 15:13:15 -05:00
|
|
|
|
2016-11-05 15:30:40 -05:00
|
|
|
#![feature(rustc_attrs)]
|
2018-05-13 19:22:52 -05:00
|
|
|
#![warn(unused_extern_crates)]
|
2016-11-05 15:30:40 -05:00
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
extern crate test_macros;
|
2018-05-13 19:22:52 -05:00
|
|
|
//~^ WARN unused extern crate
|
2015-03-06 15:15:54 -06:00
|
|
|
|
2016-11-05 15:30:40 -05:00
|
|
|
#[rustc_error]
|
2019-11-05 15:42:23 -06:00
|
|
|
fn main() {} //~ ERROR fatal error triggered by #[rustc_error]
|