Skip to content

Commit

Permalink
docs: document {ExecutionReport,MetadataTest}PathError
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed May 10, 2024
1 parent 8b5d3e0 commit 2b1b260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moz-webgpu-cts/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ impl<'a> TestPath<'a> {
}
}

/// An error encountered during [`TestPath::from_execution_report`].
#[derive(Debug)]
pub struct ExecutionReportPathError<'a> {
test_url_path: &'a str,
Expand All @@ -612,6 +613,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,
Expand Down

0 comments on commit 2b1b260

Please sign in to comment.