Skip to content

Commit

Permalink
Auto merge of #48736 - alexcrichton:fix-rust-src, r=3
Browse files Browse the repository at this point in the history
Include stdsimd in rust-src component

Closes #48734
  • Loading branch information
bors committed Mar 4, 2018
2 parents 259e4a6 + 2f2ac9a commit e2746d8
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 @@ -810,6 +810,7 @@ impl Step for Src {
"src/libterm",
"src/jemalloc",
"src/libprofiler_builtins",
"src/stdsimd",
];
let std_src_dirs_exclude = [
"src/libcompiler_builtins/compiler-rt/test",
Expand Down

0 comments on commit e2746d8

Please sign in to comment.