We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc70f8 commit 0cf89b5Copy full SHA for 0cf89b5
compiler/rustc_target/src/abi/call/wasm.rs
@@ -40,7 +40,7 @@ where
40
}
41
arg.extend_integer_width_to(32);
42
if arg.layout.is_aggregate() && !unwrap_trivial_aggregate(cx, arg) {
43
- arg.make_indirect_byval(None);
+ arg.make_indirect();
44
45
46
0 commit comments