summaryrefslogtreecommitdiffstats
path: root/tests/run-make/CURRENT_RUSTC_VERSION/Makefile
blob: 7940dae207b099297fe42b9418c2aabf37188402 (plain)
1
2
3
4
5
6
include ../tools.mk

all:
	$(RUSTC) --emit=metadata --crate-type lib stable.rs
	$(RUSTC) --emit=metadata --extern stable=$(TMPDIR)/libstable.rmeta main.rs 2>&1 >/dev/null \
		| $(CGREP) -e "stable since $$(cat $(S)/src/version)(-[a-zA-Z]+)?"