remove a TODO that has been fixed in the previous commit
This commit is contained in:
parent
986b3a07c2
commit
e361b63fa0
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue