We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpFunctionParameter
1 parent d02aa41 commit 6f54c86Copy full SHA for 6f54c86
1 file changed
crates/rustc_codegen_spirv/src/linker/inline.rs
@@ -473,6 +473,7 @@ fn should_inline(
473
.caller
474
.parameters
475
.iter()
476
+ .filter(|_| false)
477
.chain(
478
call_site.caller.blocks[0]
479
.instructions
0 commit comments