mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 04:31:18 +00:00

Ignore tests in `tests/ui/abi` for the GCC backend Needed for https://github.com/rust-lang/rust/pull/146414. Currently we ignore them in the GCC backend and until this situation changes, it'll block rust-lang/rust#146414. r? `@Kobzol`