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.
enum_sizes
1 parent df7f137 commit 0f3e4feCopy full SHA for 0f3e4fe
src/librustc/middle/trans/context.rs
@@ -52,7 +52,6 @@ pub struct CrateContext {
52
reachable: @mut HashSet<ast::NodeId>,
53
item_symbols: RefCell<HashMap<ast::NodeId, ~str>>,
54
link_meta: LinkMeta,
55
- enum_sizes: HashMap<ty::t, uint>,
56
discrims: HashMap<ast::DefId, ValueRef>,
57
discrim_symbols: HashMap<ast::NodeId, @str>,
58
tydescs: HashMap<ty::t, @mut tydesc_info>,
@@ -192,7 +191,6 @@ impl CrateContext {
192
191
reachable: reachable,
193
item_symbols: RefCell::new(HashMap::new()),
194
link_meta: link_meta,
195
- enum_sizes: HashMap::new(),
196
discrims: HashMap::new(),
197
discrim_symbols: HashMap::new(),
198
tydescs: HashMap::new(),
0 commit comments