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 6bfe9d7 commit 465af38Copy full SHA for 465af38
compiler/rustc_mir_transform/src/stack_protector.rs
@@ -55,7 +55,7 @@ impl<'tcx> crate::MirPass<'tcx> for StackProtectorFinder {
55
// }
56
57
let ret = &fn_abi.ret;
58
- if matches!(&ret.mode, PassMode::Indirect { attrs: _, meta_attrs: _, on_stack: false }) {
+ if matches!(&ret.mode, PassMode::Indirect { attrs: _, meta_attrs: _, on_stack: false}) {
59
tcx.stack_protector.borrow_mut().insert(def_id);
60
return;
61
}
0 commit comments