mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 14:56:12 +00:00
Since this test is limited to aarch64 and linux hosts, the --target flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead. Signed-off-by: Jens Reidel <adrian@travitia.xyz>