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 07:40:07 -05:00
extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
2016-05-19 07:00:43 -05:00
fn main() {
}