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 326353e commit 061e739Copy full SHA for 061e739
compiler/rustc_mir_transform/src/stack_protector.rs
@@ -43,7 +43,7 @@ impl<'tcx> crate::MirPass<'tcx> for StackProtectorFinder {
43
let instance = Instance::mono(tcx, def_id);
44
let Ok(fn_abi) = tcx.fn_abi_of_instance(ty::TypingEnv::fully_monomorphized().as_query_input((instance, ty::List::empty())),)
45
else {
46
- // FIXME: Finding when an Err() message is returned
+ // FIXME: Find when an Err() message is returned
47
return;
48
};
49
0 commit comments