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

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

5 lines
71 B
Rust
Raw Normal View History

2016-08-09 12:40:07 +00:00
extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
2016-05-19 12:00:43 +00:00
fn main() {
}