Eric Huss
Eric Huss
@bors r+ rollup
Thanks! @bors r+ p=5
> if you add `--tls-max 1.2` or `--http1.1` to the command line, does any of them make the problem go away? Confirmed that adding either flag makes the problem go...
> What is the verbose output `-v` ``` * Trying 192.30.255.112:443... * Connected to github.com (192.30.255.112) port 443 (#0) * schannel: disabled automatic use of client certificate * ALPN: offers...
I've been poking around. I'm not at all familiar with curl's internals or schannel, so I'm not sure I can provide much insight. Here's the debug output when it fails...
I think this is a duplicate of #2838.
Also, FWIW, the rust-gdb wrapper mostly just adds some pretty-printers for some common std types. I think you should be able to run `gdb` directly. A workaround is to run...
On Windows, if you want to use gdb, you'll need to download and install it yourself. This can usually be done with something like `pacman` (usually via something like msys2)....
The documentation will be added as part of #3022. Can you point me to where the proc macro server became a component? My understanding is that it is part of...
@ngc0202 cargo-bisect-rustc doesn't work with old commits like [879e8aa7be06a53cd6cd9cc714e85a13c909c0ea](https://github.com/rust-lang/rust/commit/879e8aa7be06a53cd6cd9cc714e85a13c909c0ea). IIRC, the max commit age is 167 days. The error could be better, but what you're trying won't work. Nightlies are...