Skip to content

Commit e06b81e

Browse files
committed
FIXME(21232) update fixme to point to the open issue about accepting partial initialization
1 parent cc568e7 commit e06b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/borrowck/assign_mutable_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// var, but we do not permit you to use the complete var afterwards.
1313
// We hope to fix this at some point.
1414
//
15-
// FIXME(#21232)
15+
// FIXME(#54987)
1616

1717
fn assign_both_fields_and_use() {
1818
let mut x: (u32, u32);

0 commit comments

Comments
 (0)