We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b0ce0 commit 4ca51e5Copy full SHA for 4ca51e5
crates/cranelift/src/func_environ/gc/enabled/drc.rs
@@ -261,8 +261,7 @@ impl DrcCompiler {
261
new_val: ir::Value,
262
flags: ir::MemFlags,
263
) -> WasmResult<()> {
264
- let (ref_ty, needs_stack_map) = func_env.reference_type(ty.heap_type);
265
- debug_assert!(needs_stack_map);
+ let (ref_ty, _) = func_env.reference_type(ty.heap_type);
266
267
// Special case for references to uninhabited bottom types: see
268
// `translate_write_gc_reference` for details.
0 commit comments