add failing test cases for wrong Rust crate types per @TingPing
parent
69b18cf7e9
commit
f4d13e180f
4 changed files with 6 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
project('test', 'rust') |
||||
|
||||
shared_library('test', 'foo.rs', rust_crate_type : 'staticlib') |
@ -0,0 +1,3 @@ |
||||
project('test', 'rust') |
||||
|
||||
static_library('test', 'foo.rs', rust_crate_type : 'cdylib') |
Loading…
Reference in new issue