Skip to content

Commit 5d7fad3

Browse files
committed
FIXME(47184) update fixmes to point to issues specific to them
1 parent b1db8f8 commit 5d7fad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc_mir/build/matches/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ impl<'a, 'gcx, 'tcx> Builder<'a, 'gcx, 'tcx> {
347347
span: test.span,
348348
ty: mty,
349349

350-
// FIXME(#47184): This constant comes from user
350+
// FIXME(#54571): This constant comes from user
351351
// input (a constant in a pattern). Are
352352
// there forms where users can add type
353353
// annotations here? For example, an

src/librustc_mir/hair/pattern/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl<'tcx> PatternTypeProjections<'tcx> {
8383
}
8484

8585
pub(crate) fn ref_binding(&self) -> Self {
86-
// FIXME(#47184): ignore for now
86+
// FIXME(#55401): ignore for now
8787
PatternTypeProjections { contents: vec![] }
8888
}
8989

0 commit comments

Comments
 (0)