include ../tools.mk

all:
	$(RUSTDOC) --output-format=json x.html 2>&1 | diff - output-format-json.stderr
