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