Skip to content

Commit 587d0fd

Browse files
committed
---
yaml --- r: 64119 b: refs/heads/snap-stage3 c: 0e81072 h: refs/heads/master i: 64117: a5698a2 64115: 4e53bc8 64111: 6a4e41f v: v3
1 parent 094368d commit 587d0fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 50e95ea481af78516e3852687bc63d6d1a94dcd0
4+
refs/heads/snap-stage3: 0e81072ded014450cb471dac66b23bd05955ca0c
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/middle/trans/context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub struct CrateContext {
9696
all_llvm_symbols: HashSet<@str>,
9797
tcx: ty::ctxt,
9898
maps: astencode::Maps,
99-
stats: Stats,
99+
stats: @mut Stats,
100100
upcalls: @upcall::Upcalls,
101101
tydesc_type: Type,
102102
int_type: Type,
@@ -201,7 +201,7 @@ impl CrateContext {
201201
all_llvm_symbols: HashSet::new(),
202202
tcx: tcx,
203203
maps: maps,
204-
stats: Stats {
204+
stats: @mut Stats {
205205
n_static_tydescs: 0u,
206206
n_glues_created: 0u,
207207
n_null_glues: 0u,

0 commit comments

Comments
 (0)