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