Adding FIXME for noop Substs::params.
This commit is contained in:
parent
70569b3d2d
commit
48b3dd11f5
@ -250,7 +250,8 @@ impl<'a, 'gcx, 'tcx> Substs<'tcx> {
|
|||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn params(&self) -> &[Kind<'tcx>] {
|
pub fn params(&self) -> &[Kind<'tcx>] {
|
||||||
&self
|
// FIXME (dikaiosune) this should be removed, and corresponding compilation errors fixed
|
||||||
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user