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.
pub(crate) fn test_item_names(
tcx: TyCtxt<'_>,
module: LocalModId,
) -> Vec<Symbol>Returns the names of the test items in the given module.
The names are sorted using the default Symbol ordering.