Skip to content

Commit 4c5e315

Browse files
committed
Rename aux.rs to auxiliary.rs since win32 doesn't like files named "aux". Really.
1 parent cc27e0f commit 4c5e315

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
File renamed without changes.

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)