Eric Huss

Results 149 issues of Eric Huss

Some suggestions include overlapping regions. These cause rustfix to fail with an error like: `Could not replace range 22...47 in file -- maybe parts of it were already replaced?` An...

The backtrace-rs CI has been broken for a few months because the `i686-pc-windows-gnu` runner has been failing: ``` Run cargo test --manifest-path crates/cpp_smoke_test/Cargo.toml Compiling cpp_smoke_test v0.1.0 (D:\a\backtrace-rs\backtrace-rs\crates\cpp_smoke_test) Finished test [unoptimized...

bug
OS-windows

When testing out #7346, I came across a strange case where the resolver panics. I neglected to update every version across multiple packages in a workspace. Below is a fairly...

C-bug
A-patch

#6308 added a check if multiple jobs produce the same files. To be safe, it is currently a warning. At some point in the future it should be turned into...

C-tracking-issue
A-layout

This is an open-ended issue to explore what will be necessary to make index.crates.io the default for accessing the crates.io index. One concern about flipping the switch is that many...

Z-sparse-registry

This is an open-ended issue about ultimately determining the UX for how users opt-in to sparse registries, and how that interacts with URLs, Package IDs, Cargo.lock files, config files, etc....

Z-sparse-registry

### Problem If there is a syntax error in a `.cargo/config` file, and the user tries to run an alias command, there is no indication of why it failed to...

C-bug
A-configuration
A-errors
A-aliases

### I did this Compiling curl with nghttp2 1.49 and schannel support with MSVC is causing TLS 1.3 connections to fail with the error `Unsupported protocol` (CURLE_UNSUPPORTED_PROTOCOL) with the details...

TLS
Windows

If there is a method call chain, and just one call exceeds max_width, it seems like rustfmt gives up and doesn't format anything. Example: ```rust fn f() { foo("This text...

a-chains
a-strings

A user reported `rustfmt` hanging at https://github.com/dtolnay/cargo-expand/issues/161. Here's a semi-reduced example: ```rust fn foo() { { { { pub fn file (state : :: std :: boxed :: Box <...