restore unaddressed FIXME

This commit is contained in:
Nathan Fenner 2023-02-28 14:59:32 -08:00
parent f0212e6532
commit be15f174fa

View file

@ -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);
}
}