rust/tests/ui/error-codes/E0458.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
148 B
Rust
Raw Normal View History

2020-09-01 16:12:52 -05:00
#[link(kind = "wonderful_unicorn")] extern "C" {} //~ ERROR E0458
//~| ERROR E0459
2016-08-19 09:44:47 -05:00
fn main() {
}