New commits:
commit 1ba31e53eee270b8103455a523c5869c21197a19
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/rust: added upstream fixes for building with llvm 5.0
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index c537776..7c08bf4 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2017-09-28 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD, patches/000[1-9]*.patch: added slightly modified upstream
+ patches to build with llvm 5.0
+
2017-09-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.20.0
* BUILD: added fixes for not bootstrapping docs & using pre-installed
diff --git a/devel/rust/PRE_BUILD b/devel/rust/PRE_BUILD
index 8204fb0..3fae5d7 100755
--- a/devel/rust/PRE_BUILD
+++ b/devel/rust/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+apply_patch_dir patches &&
# avoid rebuilding llvm
rm -r src/llvm
diff --git
a/devel/rust/patches/0001-Relax-a-codegen-test-to-be-compatible-with-LLVM-5.0.patch