Skip to content

Commit d5f6456

Browse files
committed
clarify
Also, use signular form for consistency/simplicity
1 parent 3e50873 commit d5f6456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/ui/invalid-compile-flags/crate-type-flag.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
//@[staticlib] compile-flags: --crate-type=staticlib
1818
//@[staticlib] check-pass
1919

20-
//@[dylib] ignore-musl (dylibs are not supported)
21-
//@[dylib] ignore-wasm (dylibs are not supported)
20+
//@[dylib] ignore-musl (dylib is supported, but musl libc is statically linked by default)
21+
//@[dylib] ignore-wasm (dylib is not supported)
2222
//@[dylib] compile-flags: --crate-type=dylib
2323
//@[dylib] check-pass
2424

25-
//@[cdylib] ignore-musl (cdylibs are not supported)
25+
//@[cdylib] ignore-musl (cdylib is supported, but musl libc is statically linked by default)
2626
//@[cdylib] compile-flags: --crate-type=cdylib
2727
//@[cdylib] check-pass
2828

0 commit comments

Comments
 (0)