File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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: 2d7750bc307c52689eb75f97f260846b121f2419
5
+ refs/heads/try: 481d27a65d57e02fbc5bddf4375831715cab0179
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ function msg {
14
14
echo " ****************************************"
15
15
}
16
16
17
- M=src/comp /metadata
17
+ M=src/rustc /metadata
18
18
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
22
# Find serializer tool:
23
- for S in build/ * /stage1/bin/serializer; do
23
+ for S in * /stage1/bin/serializer; do
24
24
25
- echo " Generating src/comp /metadata/astencode_gen.rs"
25
+ echo " Generating src/rustc /metadata/astencode_gen.rs"
26
26
27
27
# First, generate dummy fns so that the compiler can type
28
28
# everything.
@@ -51,7 +51,7 @@ for S in build/*/stage1/bin/serializer; do
51
51
fi
52
52
53
53
# Generate the real code into a temporary file.
54
- if ! " $S " src/comp /rustc.rc $GEN_TYPES > tmp.$$ .rs
54
+ if ! " $S " src/rustc /rustc.rc $GEN_TYPES > tmp.$$ .rs
55
55
then
56
56
msg
57
57
rm tmp.$$ .rs
You can’t perform that action at this time.
0 commit comments