Skip to content

Commit

Permalink
Rollup merge of rust-lang#55280 - vlad20012:add-libproc_macro-to-src-…
Browse files Browse the repository at this point in the history
…disrt, r=Mark-Simulacrum

Add libproc_macro to rust-src distribution

Fixes rust-lang#55279
  • Loading branch information
pietroalbini authored Nov 1, 2018
2 parents f6e9a6e + ea3e9a3 commit 5b00095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,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",
Expand Down

0 comments on commit 5b00095

Please sign in to comment.