mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2d27fe6a5e
Revert "allow `windows-gnu` targets to embed gdb visualizer scripts"
Fixes https://github.com/rust-lang/rust/issues/155277
This reverts commit 472b966548.
This was merged as https://github.com/rust-lang/rust/pull/154840, but causes linker errors in the wild.
cc @Walnut356 @mati865
r? @ghost
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.