FIXME(47184) update fixmes to point to issues specific to them
This commit is contained in:
parent
b1db8f8833
commit
5d7fad35eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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![] }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue