Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-12997-2.rs
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