rust/src/test/run-make/issue-33329/Makefile

6 lines
181 B
Makefile
Raw Normal View History

-include ../tools.mk
all:
$(RUSTC) --target x86_64_unknown-linux-musl main.rs 2>&1 | \
grep "error: Error loading target specification: Could not find specification for target"