We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eb70a commit f115944Copy full SHA for f115944
mk/tests.mk
@@ -15,7 +15,7 @@
15
16
# The names of crates that must be tested
17
TEST_TARGET_CRATES = std extra
18
-TEST_HOST_CRATES = syntax rustc rustdoc rusti rust rustpkg
+TEST_HOST_CRATES = syntax rustc rustdoc rust rustpkg
19
TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES)
20
21
# Markdown files under doc/ that should have their code extracted and run
0 commit comments