Skip to content

Commit 29eb3d2

Browse files
committed
---
yaml --- r: 178751 b: refs/heads/master c: a5ddacf h: refs/heads/master i: 178749: 7a6beea 178747: b423d95 178743: d3a4f8a 178735: 191daba 178719: ca8d6ac 178687: 17ab0db v: v3
1 parent 4a5866c commit 29eb3d2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 2258f906abcd518ebd88dde2c7a7605373059687
2+
refs/heads/master: a5ddacf001e4207efd732ecb04250783a64f36c8
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3b2ed14906fd9f9daa27cc7d1dad263d2f5ff450
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/librustc_driver/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ fn test_env<F>(source_string: &str,
125125
resolve::resolve_crate(&sess, &ast_map, &lang_items, krate, resolve::MakeGlobMap::No);
126126
let named_region_map = resolve_lifetime::krate(&sess, krate, &def_map);
127127
let region_map = region::resolve_crate(&sess, krate);
128-
let stability_index = stability::Index::build(&sess, krate);
129128
let tcx = ty::mk_ctxt(sess,
130129
&arenas,
131130
def_map,
@@ -134,7 +133,7 @@ fn test_env<F>(source_string: &str,
134133
freevars,
135134
region_map,
136135
lang_items,
137-
stability_index);
136+
stability::Index::new(krate));
138137
let infcx = infer::new_infer_ctxt(&tcx);
139138
body(Env { infcx: &infcx });
140139
infcx.resolve_regions_and_report_errors(ast::CRATE_NODE_ID);

0 commit comments

Comments
 (0)