From 51db348a3f640214300026a238131939773bad1c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 7 Aug 2016 16:01:28 -0500 Subject: [PATCH] README: link back to rust-lang/rust issue --- library/compiler-builtins/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md index f54664faece0..e2fc6a17131b 100644 --- a/library/compiler-builtins/README.md +++ b/library/compiler-builtins/README.md @@ -6,6 +6,10 @@ > [WIP] Porting `compiler-rt` intrinsics to Rust +See [rust-lang/rust#35437][0]. + +[0]: https://github.com/rust-lang/rust/issues/35437 + ## License Licensed under either of