Skip to content

Commit e60b967

Browse files
committed
Tweak __fastfail termination note text to clarify behavior
1 parent 44a56f2 commit e60b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/messages.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ codegen_ssa_ld64_unimplemented_modifier = `as-needed` modifier not implemented y
176176
177177
codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
178178
179-
codegen_ssa_link_exe_fastfail_abort_note = This may be caused by Windows `__fastfail` termination, such as an `abort()` call, and does not necessarily indicate a stack buffer overrun.
179+
codegen_ssa_link_exe_fastfail_abort_note = This may occur when using the MSVC toolchain on Windows and can be caused by `__fastfail` termination, rather than necessarily indicating a stack buffer overrun.
180180
181181
codegen_ssa_link_exe_fastfail_status = 0xc0000409 is `STATUS_STACK_BUFFER_OVERRUN`
182182

0 commit comments

Comments
 (0)