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.
1 parent 5345620 commit 2f47dd8Copy full SHA for 2f47dd8
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)
+//@[dylib] ignore-musl (dylibs are supported, but target is statically linked by default)
21
//@[dylib] ignore-wasm (dylibs are 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 (dylibs are supported, but target is statically linked by default)
26
//@[cdylib] compile-flags: --crate-type=cdylib
27
//@[cdylib] check-pass
28
0 commit comments