]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/non-copyable-void.rs
ci: Start running wasm32 tests on Travis
[rust.git] / src / test / compile-fail / non-copyable-void.rs
index 4383f3ede0db5a1b87e6d177492fe5b918a87dab..63e5f963754e2410c93fe2c441c1efc1d64a51b4 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-wasm32-bare no libc to test ffi with
+
 #![feature(libc)]
 
 extern crate libc;