rust/tests/ui/error-codes/E0415.rs
2023-01-11 09:32:08 +00:00

5 lines
57 B
Rust

fn foo(f: i32, f: i32) {} //~ ERROR E0415
fn main() {
}