]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-regressions.rs
Auto merge of #65838 - estebank:resilient-recovery, r=Centril
[rust.git] / src / test / ui / malformed / malformed-regressions.rs
1 // build-pass (FIXME(62277): could be check-pass?)
2
3 #[doc]
4 //~^ WARN attribute must be of the form
5 //~| WARN this was previously accepted
6 #[ignore()]
7 //~^ WARN attribute must be of the form
8 //~| WARN this was previously accepted
9 #[inline = ""]
10 //~^ WARN attribute must be of the form
11 //~| WARN this was previously accepted
12 #[link]
13 //~^WARN attribute must be of the form
14 //~| WARN this was previously accepted
15 #[link = ""]
16 //~^ WARN attribute must be of the form
17 //~| WARN this was previously accepted
18 fn main() {}