Skip to content

Commit 2b1b260

Browse files
docs: document {ExecutionReport,MetadataTest}PathError
1 parent 8b5d3e0 commit 2b1b260

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
@@ -593,6 +593,7 @@ impl<'a> TestPath<'a> {
593593
}
594594
}
595595

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

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

0 commit comments

Comments
 (0)