summary refs log tree commit diff
path: root/src/test/ui/issues/issue-12997-2.rs
blob: 8bf1a375bb45fcd18f52810b8b2781fdcb79b43c (plain)
1
2
3
4
5
6
7
// compile-flags: --test

//! Test that makes sure wrongly-typed bench functions are rejected

#[bench]
fn bar(x: isize) { }
//~^ ERROR mismatched types