Skip to content

Commit 01f6357

Browse files
committed
---
yaml --- r: 11609 b: refs/heads/master c: 481d27a h: refs/heads/master i: 11607: 72844a3 v: v3
1 parent 4c8485c commit 01f6357

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2d7750bc307c52689eb75f97f260846b121f2419
2+
refs/heads/master: 481d27a65d57e02fbc5bddf4375831715cab0179
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/etc/gen-astencode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ function msg {
1414
echo "****************************************"
1515
}
1616

17-
M=src/comp/metadata
17+
M=src/rustc/metadata
1818
GEN_TYPES="syntax::ast::item syntax::ast::def middle::typeck::method_origin \
1919
middle::freevars::freevar_entry syntax::ast::def_id
2020
syntax::ast::inlined_item"
2121

2222
# Find serializer tool:
23-
for S in build/*/stage1/bin/serializer; do
23+
for S in */stage1/bin/serializer; do
2424

25-
echo "Generating src/comp/metadata/astencode_gen.rs"
25+
echo "Generating src/rustc/metadata/astencode_gen.rs"
2626

2727
# First, generate dummy fns so that the compiler can type
2828
# everything.
@@ -51,7 +51,7 @@ for S in build/*/stage1/bin/serializer; do
5151
fi
5252

5353
# 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
5555
then
5656
msg
5757
rm tmp.$$.rs

0 commit comments

Comments
 (0)