rustc_builtin_macros::test

Function check_bench_signature

Source
fn check_bench_signature(
    cx: &ExtCtxt<'_>,
    i: &Item,
    f: &Fn,
) -> Result<(), ErrorGuaranteed>