Skip to content

Commit b864821

Browse files
authored
Fix typo in internal.rs
covert -> convert
1 parent d8dbf7c commit b864821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_smir/src/rustc_internal/internal.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn ty_const<'tcx>(constant: &Const, tables: &mut Tables<'tcx>) -> rustc_ty::Cons
5454
match constant.internal(tables) {
5555
rustc_middle::mir::Const::Ty(c) => c,
5656
cnst => {
57-
panic!("Trying to covert constant `{constant:?}` to type constant, but found {cnst:?}")
57+
panic!("Trying to convert constant `{constant:?}` to type constant, but found {cnst:?}")
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)