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