]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-regressions.rs
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[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() {}