FIXME(21232) update fixme to point to the open issue about accepting partial initialization

This commit is contained in:
Niv Kaminer 2018-12-17 18:38:42 +02:00
parent cc568e7be1
commit e06b81e029

View file

@ -12,7 +12,7 @@
// var, but we do not permit you to use the complete var afterwards.
// We hope to fix this at some point.
//
// FIXME(#21232)
// FIXME(#54987)
fn assign_both_fields_and_use() {
let mut x: (u32, u32);