Skip to content

Commit 061e739

Browse files
committed
modified: compiler/rustc_mir_transform/src/stack_protector.rs
1 parent 326353e commit 061e739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/stack_protector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl<'tcx> crate::MirPass<'tcx> for StackProtectorFinder {
4343
let instance = Instance::mono(tcx, def_id);
4444
let Ok(fn_abi) = tcx.fn_abi_of_instance(ty::TypingEnv::fully_monomorphized().as_query_input((instance, ty::List::empty())),)
4545
else {
46-
// FIXME: Finding when an Err() message is returned
46+
// FIXME: Find when an Err() message is returned
4747
return;
4848
};
4949

0 commit comments

Comments
 (0)