blob: 856538417d914e81770a7c96f5bc88bfb21bcd06 [file] [log] [blame]
error: functions used as benches must have signature `fn(&mut Bencher) -> impl Termination`
--> $DIR/issue-12997-1.rs:16:1
|
LL | fn foo() { } //~ ERROR functions used as benches
| ^^^^^^^^^^^^
error: functions used as benches must have signature `fn(&mut Bencher) -> impl Termination`
--> $DIR/issue-12997-1.rs:19:1
|
LL | fn bar(x: isize, y: isize) { } //~ ERROR functions used as benches
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors