Changed
-
A new
TestCaseNamenewtype wraps test case identifiers, providing type safety and utility methods:components()splits the name on::to yield module path components.module_path_and_name()extracts the module path prefix and trailing name.
-
RustTestCaseSummarynow includes akindfield of typeOption<RustTestKind>, distinguishing between tests (#[test]) and benchmarks (#[bench]). This field isNonewhen parsing output from older nextest versions.