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