Skip to content

Commit eabe0fe

Browse files
committed
---
yaml --- r: 159215 b: refs/heads/snap-stage3 c: 70aecde h: refs/heads/master i: 159213: 48b531b 159211: ebada99 159207: 9638a46 159199: 8921697 v: v3
1 parent ab69e0c commit eabe0fe

File tree

2 files changed

+9
-8
lines changed
  • branches/snap-stage3/src/librustc/middle/typeck/infer

2 files changed

+9
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 40fb87d40f681f5356af42175fc7b85da387f037
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e691192042c8505b79e55d7bbb0f3c4ebd2f7992
4+
refs/heads/snap-stage3: 70aecde11d3ed5b3909b3f1076a6ea509436660d
55
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/middle/typeck/infer/mod.rs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -965,13 +965,14 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
965965
self.report_and_explain_type_error(trace, err);
966966
}
967967

968-
pub fn replace_late_bound_regions_with_fresh_var<T>(&self,
969-
binder_id: ast::NodeId,
970-
span: Span,
971-
lbrct: LateBoundRegionConversionTime,
972-
value: &T)
973-
-> (T, FnvHashMap<ty::BoundRegion,ty::Region>)
974-
where T : TypeFoldable + Repr
968+
pub fn replace_late_bound_regions_with_fresh_var<T>(
969+
&self,
970+
binder_id: ast::NodeId,
971+
span: Span,
972+
lbrct: LateBoundRegionConversionTime,
973+
value: &T)
974+
-> (T, FnvHashMap<ty::BoundRegion,ty::Region>)
975+
where T : TypeFoldable + Repr
975976
{
976977
let (map, value) =
977978
replace_late_bound_regions(

0 commit comments

Comments
 (0)