Skip to content

Commit 62c90fc

Browse files
committed
mk: Add tidy commands to 'make tips'
1 parent 29be938 commit 62c90fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.in

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
# * check-stage$(stage)-$(crate) - Test a crate in a specific stage
6060
# * check-stage$(stage)-{rpass,rfail,cfail,rmake,...} - Run tests in src/test/
6161
# * check-stage1-T-$(target)-H-$(host) - Run cross-compiled-tests
62+
# * tidy-basic - show file / line stats
63+
# * tidy-errors - show the highest rustc error code
64+
# * tidy-features - show the status of language and lib features
6265
#
6366
# Then mix in some of these environment variables to harness the
6467
# ultimate power of The Rust Build System.

0 commit comments

Comments
 (0)