We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dbf7c commit b864821Copy full SHA for b864821
compiler/rustc_smir/src/rustc_internal/internal.rs
@@ -54,7 +54,7 @@ fn ty_const<'tcx>(constant: &Const, tables: &mut Tables<'tcx>) -> rustc_ty::Cons
54
match constant.internal(tables) {
55
rustc_middle::mir::Const::Ty(c) => c,
56
cnst => {
57
- panic!("Trying to covert constant `{constant:?}` to type constant, but found {cnst:?}")
+ panic!("Trying to convert constant `{constant:?}` to type constant, but found {cnst:?}")
58
}
59
60
0 commit comments