Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// compile-flags: --test
//! Test that makes sure wrongly-typed bench functions are rejected
#![feature(test)]
#[bench]
fn bar(x: isize) { }
//~^ ERROR mismatched types