mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.