Sign in
rust
/
rust
/
e1243553b3cdf80c1102457cc256819a3004ea21
/
.
/
tests
/
ui
/
error-codes
/
E0415.rs
blob: 6177ac35be8c17506326824b634a345c3fe13da6 [
file
] [
log
] [
blame
]
fn
foo
(
f
:
i32
,
f
:
i32
)
{}
//~ ERROR E0415
fn
main
()
{
}