Skip to content

Commit

Permalink
where'd that Error go?
Browse files Browse the repository at this point in the history
  • Loading branch information
soqb committed Aug 21, 2023
1 parent 1c90141 commit e22ea26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/assert_lockstep/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::process::{Command, Stdio};
use std::str::FromStr;
use thiserror::Error;

#[derive(Debug)]
#[derive(Debug, Error)]
enum TestError {
#[error("Package \"{name}\" not found in the lockfile")]
NoPackageFound { name: String },
Expand Down

0 comments on commit e22ea26

Please sign in to comment.