mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
b040d5493e
test `#[naked]` with `#[link_section = "..."]` on windows As a part of https://github.com/rust-lang/rust/pull/147811 I ran into that we actually don't match (current) LLVM output. r? @mati865
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.