about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0458.rs
blob: 0e35ba43bfb19e8829b798a6ae5bed24f845bf2a (plain)
1
2
3
4
5
#[link(kind = "wonderful_unicorn")] extern "C" {} //~ ERROR malformed `link` attribute input [E0539]
                                                  //~| ERROR E0459

fn main() {
}