summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-33329/Makefile
blob: 9c149440d8ec4347235df47086b86712b859c27f (plain)
1
2
3
4
5
include ../tools.mk

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