You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rustdoc currently requires #[link(name="foo")] to get the crate name, even through link attributes are being deprecated (#8523). Removing rustdoc as a separate executable entirely and moving the functionality to rustpkg doc seems like the best solution to me.
The text was updated successfully, but these errors were encountered:
They need to link to each other. rustdoc needs to know a crate's name, rustpkg needs to be able to doc a crate. Currently it is impossible to use rustdoc with rustpkg.
emberian/rustdoc_ng#15 never got filed here when rustdoc-ng was pulled in.
Rustdoc currently requires
#[link(name="foo")]
to get the crate name, even through link attributes are being deprecated (#8523). Removing rustdoc as a separate executable entirely and moving the functionality torustpkg doc
seems like the best solution to me.The text was updated successfully, but these errors were encountered: