mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
Added a FIXME with issue number to change package_id
This commit is contained in:
parent
455de85163
commit
ca22e94772
@ -1510,7 +1510,7 @@ fn synthesize_crate_attrs(ecx: &EncodeContext,
|
||||
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)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user