]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/issue-33329/Makefile
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-make / issue-33329 / Makefile
1 -include ../tools.mk
2
3 all:
4 $(RUSTC) --target x86_64_unknown-linux-musl main.rs 2>&1 | \
5 grep "error: Error loading target specification: Could not find specification for target"