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
We could hack something to make it appear as Self whereas the URL to the page remains SelfTy. I'll write something and propose a few ideas to see where it leads us.
This should just be
Self
. "SelfTy
" is not a keyword.The doc page cannot be https://doc.rust-lang.org/nightly/std/keyword.Self.html on a case-insensitive host because that will conflict with https://doc.rust-lang.org/nightly/std/keyword.self.html.
IMHO: the ideal would be https://doc.rust-lang.org/nightly/std/keyword.Self%20(type).html as the URL, and to properly display the keyword as
Self
.https://doc.rust-lang.org/nightly/std/keyword.SelfTy.html
@rustbot modify labels +A-rustdoc
The text was updated successfully, but these errors were encountered: