We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c7f00 commit a2ca771Copy full SHA for a2ca771
tests/ui-fulldeps/rustc_public/check_transform.rs
@@ -69,6 +69,7 @@ fn check_msg(body: &Body, expected: &str) {
69
})
70
.unwrap()
71
}
72
+ Operand::RuntimeChecks(_) => panic!("unexpected runtime checks"),
73
};
74
let ConstantKind::Allocated(alloc) = msg_const.const_.kind() else {
75
unreachable!()
0 commit comments