Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
error-codes
/
E0045.rs
blob: fb3df56f706b66e6045adf73340f673fc4fbc565 [
file
]
extern
"Rust"
{
fn
foo
(
x
:
u8
,
...);
}
//~ ERROR E0045
fn
main
()
{
}