Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
test-attrs
/
issue-12997-2.rs
blob: d2a4202d7bdd3543f5ce811aa230dc536388c7d9 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: --test
//! Test that makes sure wrongly-typed bench functions are rejected
#![
feature
(
test
)]
#[
bench
]
fn
bar
(
x
:
isize
)
{
}
//~^ ERROR mismatched types