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

View File

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