]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-regressions.rs
ill_formed_attribute_input -> deny
[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() {}