remove a TODO that has been fixed in the previous commit
This commit is contained in:
parent
986b3a07c2
commit
e361b63fa0
@ -322,7 +322,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
||||
let ty = self.monomorphize(ty, substs);
|
||||
|
||||
self.tcx.infer_ctxt(None, None, Reveal::All).enter(|infcx| {
|
||||
// TODO(solson): Report this error properly.
|
||||
ty.layout(&infcx).map_err(EvalError::Layout)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user