Open
Description
Problem
Adding a module named con
, nul
, or any other reserved name on Windows causes Rustdoc to fail.
Steps
- Add an empty module named
con
. - Run
cargo doc
.
Possible Solution(s)
A fix similar to #83612 should get rid of this issue.
Notes
I'm on Windows 10. I haven't tested this, but I'm almost certain this bug should exist in all other versions of Windows, and in no other operating system.