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
This should almost certainly be dep.library_name() or something similar, to handle dependencies which rename their library (I don't know of any example build logs to see if it's an issue though). See rust-lang/rust#76296 as well, we can't actually give a unique name here when things like duplicate renamed dependencies come into play.
The text was updated successfully, but these errors were encountered:
Rustdoc expects the library name anyway, we can't do anything about that until rust-lang/rust#76296 is fixed. We definitely shouldn't be using .replace() though.
docs.rs/src/docbuilder/rustwide_builder.rs
Line 525 in 9ca2681
This should almost certainly be
dep.library_name()
or something similar, to handle dependencies which rename their library (I don't know of any example build logs to see if it's an issue though). See rust-lang/rust#76296 as well, we can't actually give a unique name here when things like duplicate renamed dependencies come into play.The text was updated successfully, but these errors were encountered: