Adding FIXME for noop Substs::params.

This commit is contained in:
Adam Perry 2016-10-11 22:06:40 -07:00
parent 70569b3d2d
commit 48b3dd11f5
1 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,8 @@ impl<'a, 'gcx, 'tcx> Substs<'tcx> {
#[inline]
pub fn params(&self) -> &[Kind<'tcx>] {
&self
// FIXME (dikaiosune) this should be removed, and corresponding compilation errors fixed
self
}
#[inline]