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