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