diff --git a/moz-webgpu-cts/src/shared.rs b/moz-webgpu-cts/src/shared.rs index 5936666..4546a2e 100644 --- a/moz-webgpu-cts/src/shared.rs +++ b/moz-webgpu-cts/src/shared.rs @@ -594,6 +594,7 @@ impl<'a> TestPath<'a> { } } +/// An error encountered during [`TestPath::from_execution_report`]. #[derive(Debug)] pub struct ExecutionReportPathError<'a> { test_url_path: &'a str, @@ -613,6 +614,7 @@ impl Display for ExecutionReportPathError<'_> { } } +/// An error encountered during [`TestPath::from_metadata_test`]. #[derive(Debug)] pub struct MetadataTestPathError<'a> { rel_meta_file_path: &'a Path,