clarify
Also, use signular form for consistency/simplicity
This commit is contained in:
parent
3e50873aa1
commit
d5f645647f
1 changed files with 3 additions and 3 deletions
|
|
@ -17,12 +17,12 @@
|
|||
//@[staticlib] compile-flags: --crate-type=staticlib
|
||||
//@[staticlib] check-pass
|
||||
|
||||
//@[dylib] ignore-musl (dylibs are not supported)
|
||||
//@[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)
|
||||
//@[dylib] compile-flags: --crate-type=dylib
|
||||
//@[dylib] check-pass
|
||||
|
||||
//@[cdylib] ignore-musl (cdylibs are not supported)
|
||||
//@[cdylib] ignore-musl (cdylib is supported, but musl libc is statically linked by default)
|
||||
//@[cdylib] compile-flags: --crate-type=cdylib
|
||||
//@[cdylib] check-pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue