Function rustc_builtin_macros::test::expand_test_or_bench

source ·
pub fn expand_test_or_bench(
    cx: &ExtCtxt<'_>,
    attr_sp: Span,
    item: Annotatable,
    is_bench: bool
) -> Vec<Annotatable>