2019-10-27 00:14:49 +02:00
|
|
|
#[doc] //~ ERROR attribute must be of the form
|
|
|
|
//~^ WARN this was previously accepted
|
|
|
|
#[ignore()] //~ ERROR attribute must be of the form
|
|
|
|
//~^ WARN this was previously accepted
|
|
|
|
#[inline = ""] //~ ERROR attribute must be of the form
|
|
|
|
//~^ WARN this was previously accepted
|
|
|
|
#[link] //~ ERROR attribute must be of the form
|
|
|
|
//~^ WARN this was previously accepted
|
|
|
|
#[link = ""] //~ ERROR attribute must be of the form
|
|
|
|
//~^ WARN this was previously accepted
|
2019-01-02 02:21:05 +03:00
|
|
|
|
|
|
|
fn main() {}
|