Remove outdated comment

This commit is contained in:
Oliver Schneider 2018-03-20 17:14:33 +01:00
parent 75af15ee6c
commit df76629da7
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9

View file

@ -1667,7 +1667,6 @@ impl<'a, 'gcx, 'tcx> TyS<'tcx> {
pub struct Const<'tcx> {
pub ty: Ty<'tcx>,
// FIXME(eddyb) Replace this with a miri value.
pub val: ConstVal<'tcx>,
}