Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Nov 5, 2024
1 parent feffc00 commit 9ee5515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbo-trace/src/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl TraceResult {
);
for error in &self.errors {
match error {
TraceError::ParseError(e) => {
TraceError::ParseError(_, e) => {
e.clone().into_diagnostic(&handler).emit();
}
e => {
Expand Down

0 comments on commit 9ee5515

Please sign in to comment.