Skip to content

Commit be15f17

Browse files
committed
restore unaddressed FIXME
1 parent f0212e6 commit be15f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_hir_typeck/src/fn_ctxt/adjust_fulfillment_errors.rs

+1
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
731731
// For example, `Some(5)` triggers this case.
732732
self.tcx.parent(expr_ctor_def_id)
733733
} else {
734+
// FIXME: Deal with type aliases?
734735
return Err(expr);
735736
}
736737
}

0 commit comments

Comments
 (0)