2019-06-29 06:06:22 -05:00
|
|
|
#[deprcated] //~ ERROR attribute `deprcated` is currently unknown
|
|
|
|
fn foo() {}
|
2019-01-25 13:29:47 -06:00
|
|
|
|
2019-06-29 06:06:22 -05:00
|
|
|
#[tests] //~ ERROR attribute `tests` is currently unknown to the compiler
|
|
|
|
fn bar() {}
|
2019-01-25 13:29:47 -06:00
|
|
|
|
2019-06-29 06:06:22 -05:00
|
|
|
#[rustc_err] //~ ERROR attribute `rustc_err` is currently unknown
|
|
|
|
fn main() {}
|