Skip to content

Commit f27f976

Browse files
committed
Fix rebase conflict
1 parent ced2600 commit f27f976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_typeck/collect.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ fn generics_of<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
10371037
name: Symbol::intern("<closure_kind>"),
10381038
def_id,
10391039
has_default: false,
1040+
origin: ty::OriginOfTyParam::Other,
10401041
object_lifetime_default: rl::Set1::Empty,
10411042
pure_wrt_drop: false,
10421043
synthetic: None,
@@ -1048,6 +1049,7 @@ fn generics_of<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
10481049
name: Symbol::intern("<closure_signature>"),
10491050
def_id,
10501051
has_default: false,
1052+
origin: ty::OriginOfTyParam::Other,
10511053
object_lifetime_default: rl::Set1::Empty,
10521054
pure_wrt_drop: false,
10531055
synthetic: None,

0 commit comments

Comments
 (0)