Skip to content

Commit 67f38d0

Browse files
docs: document {ExecutionReport,MetadataTest}PathError
1 parent 23698fa commit 67f38d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

moz-webgpu-cts/src/shared.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ impl<'a> TestPath<'a> {
594594
}
595595
}
596596

597+
/// An error encountered during [`TestPath::from_execution_report`].
597598
#[derive(Debug)]
598599
pub struct ExecutionReportPathError<'a> {
599600
test_url_path: &'a str,
@@ -613,6 +614,7 @@ impl Display for ExecutionReportPathError<'_> {
613614
}
614615
}
615616

617+
/// An error encountered during [`TestPath::from_metadata_test`].
616618
#[derive(Debug)]
617619
pub struct MetadataTestPathError<'a> {
618620
rel_meta_file_path: &'a Path,

0 commit comments

Comments
 (0)