Skip to content

Commit

Permalink
Merge pull request #633 from hacspec/afromher/misc
Browse files Browse the repository at this point in the history
Fix typo in frontend error message
  • Loading branch information
W95Psp authored Apr 25, 2024
2 parents ce6162f + 6d24351 commit ecc4cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/exporter/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ pub fn select_trait_candidate<'tcx, S: UnderOwnerState<'tcx>>(
Ok(selection) => selection,
Err(error) => fatal!(
s,
"Cannot hanlde error `{:?}` selecting `{:?}`",
"Cannot handle error `{:?}` selecting `{:?}`",
error,
trait_ref
),
Expand Down

0 comments on commit ecc4cb6

Please sign in to comment.