Skip to content

Commit 00f6f0c

Browse files
committed
WIP -- Missing Binder from the rustc unit test
1 parent c8b2e7b commit 00f6f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_driver/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ impl<'a, 'tcx> Env<'a, 'tcx> {
275275
onceness: ast::Many,
276276
store: ty::RegionTraitStore(region_bound, ast::MutMutable),
277277
bounds: ty::region_existential_bound(region_bound),
278-
sig: ty::FnSig {
278+
sig: ty::Binder(ty::FnSig {
279279
inputs: input_tys.to_vec(),
280280
output: ty::FnConverging(output_ty),
281281
variadic: false,
282-
},
282+
}),
283283
abi: abi::Rust,
284284
})
285285
}

0 commit comments

Comments
 (0)