tag issues with FIXME
This commit is contained in:
parent
86a5a6520d
commit
63fbefd359
2 changed files with 2 additions and 2 deletions
|
@ -817,7 +817,7 @@ impl<'tcx> ty::TyS<'tcx> {
|
|||
_ => self,
|
||||
};
|
||||
|
||||
// FIXME: We should be canonicalizing, or else moving this to a method of inference
|
||||
// FIXME(#86868): We should be canonicalizing, or else moving this to a method of inference
|
||||
// context, or *something* like that, but for now just avoid passing inference
|
||||
// variables to queries that can't cope with them. Instead, conservatively
|
||||
// return "true" (may change drop order).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue