rust/tests/run-make/issue-35164/Makefile
2023-03-30 07:34:55 -05:00

5 lines
121 B
Makefile

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