os-rust/tests/ui/malformed/malformed-regressions.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
476 B
Rust
Raw Normal View History

2024-04-15 18:07:22 +00:00
#[doc] //~ ERROR valid forms for the attribute are
2019-10-27 00:14:49 +02:00
//~^ WARN this was previously accepted
2024-04-15 18:07:22 +00:00
#[ignore()] //~ ERROR valid forms for the attribute are
2019-10-27 00:14:49 +02:00
//~^ WARN this was previously accepted
2024-04-15 18:07:22 +00:00
#[inline = ""] //~ ERROR valid forms for the attribute are
2019-10-27 00:14:49 +02:00
//~^ 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
fn main() {}