Skip to content

Commit e72d32a

Browse files
committed
Trait queries fix
1 parent 71135c2 commit e72d32a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_traits/dropck_outlives.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ crate fn provide(p: &mut Providers) {
3030
fn dropck_outlives<'tcx>(
3131
tcx: TyCtxt<'_, 'tcx, 'tcx>,
3232
canonical_goal: CanonicalTyGoal<'tcx>,
33-
) -> Result<Bx<'tcx, Canonical<'tcx, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>, NoSolution> {
33+
) -> Result<Bx<'tcx, Canonical<'tcx,
34+
QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>, NoSolution> {
3435
debug!("dropck_outlives(goal={:#?})", canonical_goal);
3536

3637
tcx.infer_ctxt().enter_with_canonical(

0 commit comments

Comments
 (0)