]> git.proxmox.com Git - rustc.git/commitdiff
- fix typo
authorXimin Luo <infinity0@debian.org>
Thu, 29 Dec 2016 14:33:14 +0000 (15:33 +0100)
committerXimin Luo <infinity0@debian.org>
Thu, 29 Dec 2016 14:33:14 +0000 (15:33 +0100)
debian/patches/jemalloc-disable-tests.patch

index 1d1c303c0605ff41d68b28d01da88fbc9475c904..767681bbbc0d48303ce47dfd187c07e0ed5c09ad 100644 (file)
@@ -12,7 +12,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      base.features = "-vector".to_string();
      base.max_atomic_width = Some(64);
 +    // see #36994
-+    base.exe_allocation_crat = "alloc_system".to_string();
++    base.exe_allocation_crate = "alloc_system".to_string();
  
      Ok(Target {
          llvm_target: "s390x-unknown-linux-gnu".to_string(),