Skip to content

Commit 3f07309

Browse files
committed
---
yaml --- r: 12952 b: refs/heads/master c: 5b4ab93 h: refs/heads/master v: v3
1 parent 9d2f966 commit 3f07309

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 99c1b2953d5429fd78121b4fd7e698e79791ecf4
2+
refs/heads/master: 5b4ab9301742b210bc519ddf9a29cdb18f412e0d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/ty.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ type ctxt =
204204
@{diag: syntax::diagnostic::span_handler,
205205
interner: hashmap<intern_key, t_box>,
206206
mut next_id: uint,
207+
cstore: metadata::cstore::cstore,
207208
sess: session::session,
208209
def_map: resolve::def_map,
209210
region_map: middle::region::region_map,
@@ -468,6 +469,7 @@ fn mk_ctxt(s: session::session, dm: resolve::def_map, amap: ast_map::map,
468469
@{diag: s.diagnostic(),
469470
interner: interner,
470471
mut next_id: 0u,
472+
cstore: s.cstore,
471473
sess: s,
472474
def_map: dm,
473475
region_map: region_map,

0 commit comments

Comments
 (0)