summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-33329/Makefile
blob: 591e4e3dda344b0bb731dab06ce52317ee5366c1 (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"