https://github.com/btielen/rustdocwindows
https://github.com/btielen/rustdocwindows
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btielen/rustdocwindows
- Owner: btielen
- Created: 2022-07-19T12:47:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T12:54:03.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T00:10:48.691Z (over 2 years ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustdoc bug on windows
Steps to reproduce on windows
- `git clone https://github.com/btielen/rustdocwindows.git`
- `cd rustdocwindows`
- `cargo build`
- `rustdoc src/some_docs.md --test --edition 2018 -L target/debug/deps`results in error
` = note: LINK : fatal error LNK1181: cannot open input file 'windows.lib'`
## Environment
- Windows 10
- stable-x86_64-pc-windows-msvc (default)
- rustdoc 1.62.0 (a8314ef7d 2022-06-27)
- rustc 1.62.0 (a8314ef7d 2022-06-27)