rust/tests/run-make/issue-35164/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
121 B
Makefile
Raw Normal View History

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