]> git.lizzy.rs Git - rust.git/commitdiff
Added a FIXME with issue number to change package_id
authorAndrei Formiga <archimedes_siracusa@hotmail.com>
Fri, 8 Nov 2013 21:59:44 +0000 (18:59 -0300)
committerAndrei Formiga <archimedes_siracusa@hotmail.com>
Fri, 8 Nov 2013 21:59:44 +0000 (18:59 -0300)
src/librustc/metadata/encoder.rs

index 0f328d337480d2caaae5c66b6cc44d9fa9eb732e..aae6901e00aebbf5bb51dc06b44084ec57036fe3 100644 (file)
@@ -1510,7 +1510,7 @@ fn synthesize_link_attr(ecx: &EncodeContext, items: ~[@MetaItem]) ->
                                                               pkg_id),
                 // uses package_id equal to name;
                 // this should never happen here but package_id is an Option
-                // FIX: change package_id in LinkMeta to @str instead of Option<@str>
+                // FIXME (#10370): change package_id in LinkMeta to @str instead of Option<@str>
                 _ => attr::mk_name_value_item_str(@"package_id",
                                                   ecx.link_meta.name)
         };