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