Recursive rustc error not solved by #89576 - error[E0275]: overflow evaluating the requirement &HashSet<_, _>: std::ops::Sub
#90212
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Im still getting a recursion error even after #89576.
Maybe related: #77291, #89576, #75397.
I tried this code:
I know there is an error in the code I meant to put
conn
where it is presently.fetch(&mut connection)
.I expected to see this happen: A non-recursive compiler error.
Instead, this happened (
cargo +nightly build
):rustc --version --verbose
:Another version of the code compiles and works fine
Im not sure how to create a minimal test case of what is occurring.
I can provide the cargo toml if required
The text was updated successfully, but these errors were encountered: