]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/allocator-dylib-is-system.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / compile-fail / allocator-dylib-is-system.rs
index db7f304227f01acc9df0d1df50744ac82e3e08c4..4c576de22021ccedf276bec0859bbe85e04f55c1 100644 (file)
@@ -18,6 +18,8 @@
 // system allocator. Do this by linking in jemalloc and making sure that we get
 // an error.
 
+// ignore-emscripten FIXME: What "other allocator" should we use for emcc?
+
 #![feature(alloc_jemalloc)]
 
 extern crate allocator_dylib;