Adding FIXME for noop Substs::params.
This commit is contained in:
parent
70569b3d2d
commit
48b3dd11f5
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user