Deleted user
Deleted user
> 请问哪些浏览器? Operating System: windows10 Internet Browsers: Microsoft Edge, version: 102.0.1245.39
Thanks! I'm going to be working on this fork https://github.com/z1mvader/book Should I rename it to something like rust-book-es?
yeah I've been a little bit busy but yeah. I can add you as collaborators if you want!
Sure i'll add you :)
Thanks @alexcrichton. To clarify, Cargo delegates that check to Windows, and the Windows part of it can fail, so the only option is not to perform the check at all....
I don't know if it makes any difference, but as soon as I disable the MITM software (Symantec WSS) or disconnect from the corporate VPN, the revocation error disappears. Presumably,...
Is there any way to improve the error message? For one, it says unknown error which is already concerning, and then on top of that the revocation check could not...
Also related: #10518.
> Its also unclear what the motivation for this variable is; One motivation would be to find the absolute path of the resulting binary executable. How I'm [currently](https://github.com/xftroxgpx/a3/blob/373e0656c021f5bbd68a41c4d6dfe93b5b154466/system/Z575/OSes/3archlinux/on_baremetal/filesystem_now/archlinux/home/xftroxgpx/build/2nonpkgs/rust.stuff/cargo/need_this_env_var.patch#L1) doing it....
> Seems like calling `cargo metadata` is the only way currently. I think this also works: ```bash dirname "$(cargo locate-project --workspace --message-format plain)" ``` The `--workspace` flag is from #8712....