-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The String::from
link is broken(?).
#60200
Comments
https://doc.rust-lang.org/std/string/struct.String.html#examples
|
At this line <https://doc.rust-lang.org/src/alloc/string.rs.html#74>.
Le mar. 23 avr. 2019 à 17:23, Marcel Hellwig <notifications@github.com> a
écrit :
… Where do you have that anchor from?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADGG3NDGCVU6J2WOWDUEJTDPR4SYRANCNFSM4HHY5BIQ>
.
|
Should it perhaps be pointing to https://doc.rust-lang.org/std/string/struct.String.html#impl-From%3C%26%27a%20str%3E ? |
@ollie27 I'm not sure it is related to collapsing. It looks like the fragments changed in 1.33 (it worked previously). The new fragments look like |
@ehuss |
Oh, indeed! It is not uncollapsing. I thought that had all been fixed. Regardless, the fragment for the If is desired to just link to the impl (which doesn't seem to have problems with collapsing) it could link to |
It seems like we should have a compile time check to ensure links aren't broken. Is this possible? |
I added this issue to my "I need to fix that" list. |
Fixed. |
Hi,
This anchor doesn't seem to work.
Tested on: Firefox 66.0.3 (64 bits) and Vivaldi 2.4.
The text was updated successfully, but these errors were encountered: