summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/issue-14698/Makefile
blob: a1cfb5abab5411ef8daa57a54102416675af4500 (plain)
1
2
3
4
include ../tools.mk

all:
	TMP=fake TMPDIR=fake $(RUSTC) foo.rs 2>&1 | $(CGREP) "couldn't create a temp dir:"