We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d47e5 commit 595fc4eCopy full SHA for 595fc4e
src/command_helpers.rs
@@ -361,7 +361,7 @@ pub(crate) fn spawn(
361
Ok(child) => Ok(child),
362
Err(ref e) if e.kind() == io::ErrorKind::NotFound => {
363
let extra = if cfg!(windows) {
364
- " (see https://github.com/rust-lang/cc-rs#compile-time-requirements \
+ " (see https://docs.rs/cc/latest/cc/#compile-time-requirements \
365
for help)"
366
} else {
367
""
0 commit comments