blob: 7e11130573b17ba6643c23e61e996471c2aaf3cf [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/unboxed-closures-type-mismatch.rs:15:15
|
LL | let z = f(1_usize, 2); //~ ERROR mismatched types
| ^^^^^^^ expected isize, found usize
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.