-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Keyword doc of self and Self points to the same file on windows. #80504
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.O-windowsOperating system: WindowsOperating system: WindowsT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.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
selfandSelfpages 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).