diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2018-03-20 17:14:33 +0100 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2018-03-20 17:14:33 +0100 |
| commit | df76629da77b58cd9a63d41b7bc1cc987dcc2bb8 (patch) | |
| tree | 6456a2f92df95c7432a4dcc50d00c83b8345a0a6 /src | |
| parent | 75af15ee6ca0c12b699a17984b033363cd25e9c3 (diff) | |
| download | rust-df76629da77b58cd9a63d41b7bc1cc987dcc2bb8.tar.gz rust-df76629da77b58cd9a63d41b7bc1cc987dcc2bb8.zip | |
Remove outdated comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/ty/sty.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/ty/sty.rs b/src/librustc/ty/sty.rs index bb5c7b5fd2a..3fe310c54bf 100644 --- a/src/librustc/ty/sty.rs +++ b/src/librustc/ty/sty.rs @@ -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>, } |
