We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc27e0f commit 4c5e315Copy full SHA for 4c5e315
src/comp/middle/tstate/aux.rs renamed to src/comp/middle/tstate/auxiliary.rs
src/comp/rustc.rc
@@ -18,18 +18,17 @@ mod middle {
18
mod metadata;
19
mod resolve;
20
mod typeck;
21
-
+
22
mod tstate {
23
mod ck;
24
mod annotate;
25
- mod aux;
+ mod aux = "auxiliary.rs";
26
mod bitvectors;
27
mod collect_locals;
28
mod pre_post_conditions;
29
mod states;
30
mod ann;
31
}
32
33
34
35
0 commit comments