From ea3e9a38241ea5f9fa1b00021edb1c5184e221bd Mon Sep 17 00:00:00 2001 From: vlad20012 Date: Tue, 23 Oct 2018 07:51:22 +0300 Subject: [PATCH] Add libproc_macro to rust-src distribution --- src/bootstrap/dist.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 7341137e20d72..1164acd489304 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -853,6 +853,7 @@ impl Step for Src { "src/jemalloc", "src/libprofiler_builtins", "src/stdsimd", + "src/libproc_macro", ]; let std_src_dirs_exclude = [ "src/libcompiler_builtins/compiler-rt/test",