Keyword doc of self
and Self
points to the same file on windows.
#80504
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Since windows filesystem is case insensitive, when installing rust-docs on windows, the
self
andSelf
pages conflicts, leaving only one of them accessible.This is a specific case of #25879, but since it's in rust standard library. I think it deserves its own issue (and priority).
The text was updated successfully, but these errors were encountered: