blob: 9df965315ab38ed93c67941a52b62ef5c1aa1ad9 [file] [log] [blame]
// compile-flags: --test
//! Test that makes sure wrongly-typed bench functions are rejected
#![feature(test)]
#[bench]
fn bar(x: isize) { }
//~^ ERROR mismatched types