mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:56:47 +00:00
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