summary refs log tree commit diff
path: root/src/test/run-make/issue-14698/Makefile
blob: 28502f67e0747255d1feba8577051e6b05db5196 (plain)
1
2
3
4
-include ../tools.mk

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