Skip to content

Commit c4caf62

Browse files
committed
---
yaml --- r: 219759 b: refs/heads/snap-stage3 c: c64bda3 h: refs/heads/master i: 219757: ee3f993 219755: 0e74c3f 219751: f7fbce8 219743: e6cca15 v: v3
1 parent 1316e9c commit c4caf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: ce089e50a4caa5ec583e79de32d94fb2934ca8df
3+
refs/heads/snap-stage3: c64bda322764792c272d65bb14e033974ea1f287
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/librustc_driver/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn test_env<F>(source_string: &str,
140140
lang_items,
141141
stability::Index::new(krate),
142142
|tcx| {
143-
let infcx = infer::new_infer_ctxt(tcx, &tcx.tables, None);
143+
let infcx = infer::new_infer_ctxt(tcx, &tcx.tables, None, false);
144144
body(Env { infcx: &infcx });
145145
let free_regions = FreeRegionMap::new();
146146
infcx.resolve_regions_and_report_errors(&free_regions, ast::CRATE_NODE_ID);

0 commit comments

Comments
 (0)