Skip to main content

test_item_names

Function test_item_names 

Source
pub(crate) fn test_item_names(
    tcx: TyCtxt<'_>,
    module: LocalModId,
) -> Vec<Symbol>
Expand description

Returns the names of the test items in the given module. The names are sorted using the default Symbol ordering.