1
Fork 0

Add run-make test testing flag stability

This commit is contained in:
Ryan Levick 2021-06-03 10:18:38 +02:00
parent ab419314e9
commit 81da9b48aa
3 changed files with 4 additions and 1 deletions

View file

@ -2,3 +2,4 @@
all:
$(RUSTDOC) --output-format=json x.html 2>&1 | diff - output-format-json.stderr
$(RUSTC) --force-warns dead_code x.rs 2>&1 | diff - force-warns.stderr

View file

@ -0,0 +1,2 @@
error: the `-Z unstable-options` flag must also be passed to enable the flag `--force-warns=lints`