mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
414da5b63d
Reject test executables when not supported by target Currently, compiling tests for SOLID produces an ICE, because SOLID does not support executables. See https://github.com/rust-lang/rust/issues/138047