cc #14468
Completely remove the concept of crate_id
s. In a cargo world, nothing but the crate name matters to rustc. It's not clear yet whether crate_id
needs to be replaced with crate_name
, or whether rustc can get by without any of this metadata.
Nominating.