Auto merge of #31532 - tomaka:fix-emscripten, r=brson
Before this PR: > test result: FAILED. 2039 passed; 327 failed; 2 ignored; 0 measured After: > test result: FAILED. 2232 passed; 134 failed; 2 ignored; 0 measured r? @brson
This commit is contained in:
commit
aa1dc0975a
3 changed files with 11 additions and 8 deletions
|
|
@ -38,5 +38,6 @@ pub fn main() {
|
|||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "android",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "emscripten"))]
|
||||
pub fn main() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue