Skip to content

Commit df76629

Browse files
committed
Remove outdated comment
1 parent 75af15e commit df76629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/ty/sty.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,6 @@ impl<'a, 'gcx, 'tcx> TyS<'tcx> {
16671667
pub struct Const<'tcx> {
16681668
pub ty: Ty<'tcx>,
16691669

1670-
// FIXME(eddyb) Replace this with a miri value.
16711670
pub val: ConstVal<'tcx>,
16721671
}
16731672

0 commit comments

Comments
 (0)