We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c39c0 commit ae769f9Copy full SHA for ae769f9
tests/run-make/inaccessible-temp-dir/Makefile
@@ -24,7 +24,7 @@ all:
24
25
# Run rustc with `-Ztemps-dir` set to a directory
26
# *inside* the inaccessible one, so that it can't create it
27
- $(RUSTC) program.rs -Ztemps-dir=$(TMPDIR)/inaccessible/tmp 2>&1 \
+ $(RUSTC) program.rs --target "${TARGET}" -Ztemps-dir=$(TMPDIR)/inaccessible/tmp 2>&1 \
28
| $(CGREP) 'failed to find or create the directory specified by `--temps-dir`'
29
30
# Make the inaccessible directory accessible,
0 commit comments