about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-12-17 18:38:42 +0200
committerNiv Kaminer <nivkner@zoho.com>2018-12-19 10:51:47 +0200
commite06b81e029c8e37a4b5e153e85977022b0167f9e (patch)
tree061605940179da1fe72c9a2df31ba4c01c260369
parentcc568e7be1ee6fea6e594f8ecd34d4fe05610e8b (diff)
downloadrust-e06b81e029c8e37a4b5e153e85977022b0167f9e.tar.gz
rust-e06b81e029c8e37a4b5e153e85977022b0167f9e.zip
FIXME(21232) update fixme to point to the open issue about accepting partial initialization
-rw-r--r--src/test/ui/borrowck/assign_mutable_fields.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/borrowck/assign_mutable_fields.rs b/src/test/ui/borrowck/assign_mutable_fields.rs
index 4e41f44ef5b..1b9ecbeafe4 100644
--- a/src/test/ui/borrowck/assign_mutable_fields.rs
+++ b/src/test/ui/borrowck/assign_mutable_fields.rs
@@ -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);