Skip to content

Commit 33ee18a

Browse files
lcnrbjorn3
andauthored
typo
Co-authored-by: bjorn3 <[email protected]>
1 parent 9ee0d80 commit 33ee18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/src/constant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub(crate) fn check_constants(fx: &mut FunctionCx<'_, '_, impl Module>) {
6262
ErrorHandled::Silent => {
6363
span_bug!(
6464
constant.span,
65-
"codgen encountered silent error",
65+
"codegen encountered silent error",
6666
);
6767
}
6868
}

0 commit comments

Comments
 (0)