We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455de85 commit ca22e94Copy full SHA for ca22e94
src/librustc/metadata/encoder.rs
@@ -1510,7 +1510,7 @@ fn synthesize_crate_attrs(ecx: &EncodeContext,
1510
pkg_id),
1511
// uses package_id equal to name;
1512
// this should never happen here but package_id is an Option
1513
- // 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>
1514
_ => attr::mk_name_value_item_str(@"package_id",
1515
ecx.link_meta.name)
1516
};
0 commit comments