]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/allocator-rust-dylib-is-jemalloc.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / compile-fail / allocator-rust-dylib-is-jemalloc.rs
index 46ad226d255645a0df21d8ac19f5179aa6905fe0..02c271ab24da3185a550c14d08775e1aadcba06a 100644 (file)
@@ -16,6 +16,8 @@
 // Ensure that rust dynamic libraries use jemalloc as their allocator, verifying
 // by linking in the system allocator here and ensuring that we get a complaint.
 
+// ignore-emscripten FIXME: What "other allocator" is correct for emscripten?
+
 #![feature(alloc_system)]
 
 extern crate allocator_dylib2;