mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-12 07:10:02 +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>