Closed
Description
#[link(name="foo", version="3.1415927", uuid=xxxxxxxx)]
is an artifact of the pre-rustpkg days. rustpkg infers the link name from the package ID, and the version from version control if it's available. @graydon and I suggest that we warn if linkage attributes are present, and eventually start ignoring them as well as warning.