mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
14196dbfa3
allow `windows-gnu` targets to embed gdb visualizer scripts Pretty straigthforward, works exactly the same as any other `*-gnu` target so i'm not sure why it wasn't enabled already.
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.