diff options
Diffstat (limited to 'tests/run-make/issue-33329/Makefile')
-rw-r--r-- | tests/run-make/issue-33329/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/issue-33329/Makefile b/tests/run-make/issue-33329/Makefile new file mode 100644 index 000000000..9c149440d --- /dev/null +++ b/tests/run-make/issue-33329/Makefile @@ -0,0 +1,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" |