blob: 01f8e3488360580c22ed561bd0b69fe44a2d4784 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-12997-2.rs:8:1
|
LL | fn bar(x: isize) { }
| ^^^^^^^^^^^^^^^^^^^^ expected `isize`, found `&mut test::Bencher`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.