FIXME(47184) update fixmes to point to issues specific to them

This commit is contained in:
Niv Kaminer 2018-12-18 12:29:30 +02:00
parent b1db8f8833
commit 5d7fad35eb
2 changed files with 2 additions and 2 deletions

View file

@ -347,7 +347,7 @@ impl<'a, 'gcx, 'tcx> Builder<'a, 'gcx, 'tcx> {
span: test.span,
ty: mty,
// FIXME(#47184): This constant comes from user
// FIXME(#54571): This constant comes from user
// input (a constant in a pattern). Are
// there forms where users can add type
// annotations here? For example, an

View file

@ -83,7 +83,7 @@ impl<'tcx> PatternTypeProjections<'tcx> {
}
pub(crate) fn ref_binding(&self) -> Self {
// FIXME(#47184): ignore for now
// FIXME(#55401): ignore for now
PatternTypeProjections { contents: vec![] }
}