Skip to content

Commit

Permalink
restore unaddressed FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Fenner committed Feb 28, 2023
1 parent f0212e6 commit be15f17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
// For example, `Some(5)` triggers this case.
self.tcx.parent(expr_ctor_def_id)
} else {
// FIXME: Deal with type aliases?
return Err(expr);
}
}
Expand Down

0 comments on commit be15f17

Please sign in to comment.