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.
@mut
1 parent 9f67069 commit d3fc7b9Copy full SHA for d3fc7b9
src/librustc/middle/trans/context.rs
@@ -100,7 +100,7 @@ pub struct CrateContext {
100
all_llvm_symbols: RefCell<HashSet<@str>>,
101
tcx: ty::ctxt,
102
maps: astencode::Maps,
103
- stats: @mut Stats,
+ stats: @Stats,
104
tydesc_type: Type,
105
int_type: Type,
106
opaque_vec_type: Type,
@@ -210,7 +210,7 @@ impl CrateContext {
210
all_llvm_symbols: RefCell::new(HashSet::new()),
211
tcx: tcx,
212
maps: maps,
213
- stats: @mut Stats {
+ stats: @Stats {
214
n_static_tydescs: Cell::new(0u),
215
n_glues_created: Cell::new(0u),
216
n_null_glues: Cell::new(0u),
0 commit comments