Function clippy_utils::with_test_item_names

source ·
pub(crate) fn with_test_item_names(
    tcx: TyCtxt<'_>,
    module: LocalModDefId,
    f: impl Fn(&[Symbol]) -> bool
) -> bool