mk: Add tidy commands to 'make tips'
This commit is contained in:
parent
29be938136
commit
62c90fc6be
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
||||||
# * check-stage$(stage)-$(crate) - Test a crate in a specific stage
|
# * check-stage$(stage)-$(crate) - Test a crate in a specific stage
|
||||||
# * check-stage$(stage)-{rpass,rfail,cfail,rmake,...} - Run tests in src/test/
|
# * check-stage$(stage)-{rpass,rfail,cfail,rmake,...} - Run tests in src/test/
|
||||||
# * check-stage1-T-$(target)-H-$(host) - Run cross-compiled-tests
|
# * check-stage1-T-$(target)-H-$(host) - Run cross-compiled-tests
|
||||||
|
# * tidy-basic - show file / line stats
|
||||||
|
# * tidy-errors - show the highest rustc error code
|
||||||
|
# * tidy-features - show the status of language and lib features
|
||||||
#
|
#
|
||||||
# Then mix in some of these environment variables to harness the
|
# Then mix in some of these environment variables to harness the
|
||||||
# ultimate power of The Rust Build System.
|
# ultimate power of The Rust Build System.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue