We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make check
1 parent b197e4a commit 769c557Copy full SHA for 769c557
mk/tests.mk
@@ -22,7 +22,7 @@ $(eval $(call RUST_CRATE,coretest))
22
DEPS_collectionstest :=
23
$(eval $(call RUST_CRATE,collectionstest))
24
25
-TEST_TARGET_CRATES = $(filter-out core rustc_unicode alloc_system libc \
+TEST_TARGET_CRATES = $(filter-out core std_unicode alloc_system libc \
26
alloc_jemalloc panic_unwind \
27
panic_abort,$(TARGET_CRATES)) \
28
collectionstest coretest
0 commit comments