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 Jun 6, 2024
1 parent d834e3e commit ad8e68b
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 ad8e68b

Please sign in to comment.