Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
lcnr and bjorn3 authored Jan 24, 2021
1 parent 9ee0d80 commit 33ee18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/src/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub(crate) fn check_constants(fx: &mut FunctionCx<'_, '_, impl Module>) {
ErrorHandled::Silent => {
span_bug!(
constant.span,
"codgen encountered silent error",
"codegen encountered silent error",
);
}
}
Expand Down

0 comments on commit 33ee18a

Please sign in to comment.