summary refs log tree commit diff
path: root/src/test/run-make/issue-33329/Makefile
blob: c53f51d5bf5842567ff1d6e5c00ab3c3d7e83f07 (plain)
1
2
3
4
5
-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"