]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-regressions.rs
Rollup merge of #89235 - yaahc:junit-formatting, r=kennytm
[rust.git] / src / test / ui / malformed / malformed-regressions.rs
1 #[doc] //~ ERROR attribute must be of the form
2 //~^ WARN this was previously accepted
3 #[ignore()] //~ ERROR attribute must be of the form
4 //~^ WARN this was previously accepted
5 #[inline = ""] //~ ERROR attribute must be of the form
6 //~^ WARN this was previously accepted
7 #[link] //~ ERROR attribute must be of the form
8 //~^ WARN this was previously accepted
9 #[link = ""] //~ ERROR attribute must be of the form
10 //~^ WARN this was previously accepted
11
12 fn main() {}