We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86747a9 commit 164fd69Copy full SHA for 164fd69
src/test/run-make/sysroot-crates-are-unstable/Makefile
@@ -1,15 +1,16 @@
1
-include ../tools.mk
2
3
-# This is a whitelist of crates which are stable, we don't check for the
4
-# instability of these crates as they're all stable!
+# This is a whitelist of files which are stable crates or simply are not crates,
+# we don't check for the instability of these crates as they're all stable!
5
STABLE_CRATES := \
6
std \
7
core \
8
proc_macro \
9
rsbegin.o \
10
rsend.o \
11
dllcrt2.o \
12
- crt2.o
+ crt2.o \
13
+ clang_rt.%_dynamic.dylib
14
15
# Generate a list of all crates in the sysroot. To do this we list all files in
16
# rustc's sysroot, look at the filename, strip everything after the `-`, and
0 commit comments