Eric Huss

Results 742 comments of Eric Huss

> OpenSSL knows best which store to use by its default verify paths Is this true with OpenSSL is built from source (like when vendored-openssl is set)?

Sorry, I don't quite understand the output that you are showing (or how HP-UX is related to FreeBSD). Vendored-openssl wouldn't provide a CLI `openssl` command, so what gets compiled by...

> This compilation unit of OpenSSL will query `/usr/local/ssl` (more specifically `/usr/local/ssl/certs` and `/usr/local/ssl/cert.pem`) for certificates and nothing else unless you tell to. OpenSSL does not require any special treatment...

I didn't really intend it to be permanent. I'm not sure if it really makes sense to keep it, since it is quite a hack (and will break things if...

Sorry, meant to link to https://github.com/rust-lang/rustup/issues/3825, where there is more discussion about this. I don't really know much about nextest, but they linked https://github.com/nextest-rs/nextest/pull/1499.

We are likely going to switch to build-side rendering with syntect (https://github.com/rust-lang/mdBook/pull/1652), so probably not going to add any other systems.

I'm going to close this as a duplicate of https://github.com/rust-lang/rust/issues/98550. The solution for now is to use `RUSTDOCFLAGS="-Zunstable-options --nocapture"`. The difference is whether or not this uses `--test-args` or to...

@eholk Can you take point on this?

@notriddle Can you help here?

There currently isn't a proxy available for rust-analyzer. To find the path to rust-analyzer, you have to run `rustup which rust-analyzer`. If you are using the vscode extension, it figures...