We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50873 commit d5f6456Copy full SHA for d5f6456
tests/ui/invalid-compile-flags/crate-type-flag.rs
@@ -17,12 +17,12 @@
17
//@[staticlib] compile-flags: --crate-type=staticlib
18
//@[staticlib] check-pass
19
20
-//@[dylib] ignore-musl (dylibs are not supported)
21
-//@[dylib] ignore-wasm (dylibs are not supported)
+//@[dylib] ignore-musl (dylib is supported, but musl libc is statically linked by default)
+//@[dylib] ignore-wasm (dylib is not supported)
22
//@[dylib] compile-flags: --crate-type=dylib
23
//@[dylib] check-pass
24
25
-//@[cdylib] ignore-musl (cdylibs are not supported)
+//@[cdylib] ignore-musl (cdylib is supported, but musl libc is statically linked by default)
26
//@[cdylib] compile-flags: --crate-type=cdylib
27
//@[cdylib] check-pass
28
0 commit comments