File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: bdec806848ed7286ad56865b5f53b99dc0965810
5
+ refs/heads/try: c09e3391337743ad28e847a78fab3ca6138d8033
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -19,8 +19,13 @@ GEN_TYPES="syntax::ast::item syntax::ast::def middle::typeck::method_origin \
19
19
middle::freevars::freevar_entry syntax::ast::def_id
20
20
syntax::ast::inlined_item"
21
21
22
+ BUILD_DIR=$1
23
+ if test $BUILD_DIR == " " ; then
24
+ BUILD_DIR=" ."
25
+ fi
26
+
22
27
# Find serializer tool:
23
- for S in * /stage1/bin/serializer; do
28
+ for S in $BUILD_DIR / * /stage1/bin/serializer; do
24
29
25
30
echo " Generating src/rustc/metadata/astencode_gen.rs"
26
31
You can’t perform that action at this time.
0 commit comments