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

all:
	$(RUSTC) main.rs --error-format json 2>&1 | $(CGREP) -e '"byte_start":23\b' '"byte_end":29\b'