Skip to content

Commit 52e07be

Browse files
committed
---
yaml --- r: 2578 b: refs/heads/master c: 4c5e315 h: refs/heads/master v: v3
1 parent 63ccd94 commit 52e07be

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: cc27e0f8c6d93f3deae8ff8785d0ab3348d73c5e
2+
refs/heads/master: 4c5e315843b1499a8acd93a149350e2ccca9e474

trunk/src/comp/rustc.rc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ mod middle {
1818
mod metadata;
1919
mod resolve;
2020
mod typeck;
21-
21+
2222
mod tstate {
2323
mod ck;
2424
mod annotate;
25-
mod aux;
25+
mod aux = "auxiliary.rs";
2626
mod bitvectors;
2727
mod collect_locals;
2828
mod pre_post_conditions;
2929
mod states;
3030
mod ann;
3131
}
32-
3332
}
3433

3534

0 commit comments

Comments
 (0)