]> git.lizzy.rs Git - rust.git/commitdiff
Remove outdated comment
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 20 Mar 2018 16:14:33 +0000 (17:14 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 20 Mar 2018 16:14:33 +0000 (17:14 +0100)
src/librustc/ty/sty.rs

index bb5c7b5fd2a5e0eddf38a9a041837c7415450109..3fe310c54bfe1be1091bccadf924a51e69d20248 100644 (file)
@@ -1667,7 +1667,6 @@ pub fn to_opt_closure_kind(&self) -> Option<ty::ClosureKind> {
 pub struct Const<'tcx> {
     pub ty: Ty<'tcx>,
 
-    // FIXME(eddyb) Replace this with a miri value.
     pub val: ConstVal<'tcx>,
 }