UI failures fix
This commit is contained in:
parent
f466f52c1b
commit
eb6d757cb0
3 changed files with 5 additions and 2 deletions
|
|
@ -19,7 +19,8 @@ mod rusti {
|
|||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "vxworks"))]
|
||||
mod m {
|
||||
#[main]
|
||||
#[cfg(target_arch = "x86")]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
// ignore-wasm32-bare no libc
|
||||
// ignore-windows
|
||||
// ignore-sgx no libc
|
||||
// ignore-vxworks no SIGWINCH in user space
|
||||
|
||||
#![feature(rustc_private)]
|
||||
extern crate libc;
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@ struct Outer {
|
|||
target_os = "macos",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "vxworks"))]
|
||||
mod m {
|
||||
#[cfg(target_arch = "x86")]
|
||||
pub mod m {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue