rust/compiler/rustc_codegen_ssa
George Tokmaji b60f75c926 Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being
used for stack buffer overruns if link.exe exits with that exit code

`STATUS_STACK_BUFFER_OVERRUN` is also used for fast abnormal program
termination, e.g. by abort(). Emit a special diagnostic to let people
know that this most likely doesn't indicate a stack buffer overrun.
2025-08-08 00:16:53 +02:00
..
2025-07-31 14:19:27 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.