Skip to content

Commit e361b63

Browse files
committed
remove a TODO that has been fixed in the previous commit
1 parent 986b3a0 commit e361b63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interpreter/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
322322
let ty = self.monomorphize(ty, substs);
323323

324324
self.tcx.infer_ctxt(None, None, Reveal::All).enter(|infcx| {
325-
// TODO(solson): Report this error properly.
326325
ty.layout(&infcx).map_err(EvalError::Layout)
327326
})
328327
}

0 commit comments

Comments
 (0)