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.
CrateContext::type_short_names
1 parent 25337a7 commit b895ba5Copy full SHA for b895ba5
src/librustc/middle/trans/context.rs
@@ -97,7 +97,6 @@ pub struct CrateContext {
97
adt_reprs: RefCell<HashMap<ty::t, @adt::Repr>>,
98
symbol_hasher: Sha256,
99
type_hashcodes: RefCell<HashMap<ty::t, @str>>,
100
- type_short_names: HashMap<ty::t, ~str>,
101
all_llvm_symbols: HashSet<@str>,
102
tcx: ty::ctxt,
103
maps: astencode::Maps,
@@ -208,7 +207,6 @@ impl CrateContext {
208
207
adt_reprs: RefCell::new(HashMap::new()),
209
symbol_hasher: symbol_hasher,
210
type_hashcodes: RefCell::new(HashMap::new()),
211
- type_short_names: HashMap::new(),
212
all_llvm_symbols: HashSet::new(),
213
tcx: tcx,
214
maps: maps,
0 commit comments