Spurious "cannot check whether the hidden type of opaque type satisfies auto traits" errors #115188
Labels
C-bug
Category: This is a bug.
I-cycle
Issue: A query cycle occurred while none was expected
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I have a proprietary code base that contains a GraphQL backend using async-graphql
#[Object]
macros on top code that uses sqlx compile-time query validation. If the query validation doesn't work correctly, I get a large amount of extra spew from the compiler.Current output
(the actual problem, and then...)
(Repeated multiple times.)
Desired output
Only the first, actionable, error.
Rationale and extra context
This seems to be a regression from 1.71 to 1.72.
The text was updated successfully, but these errors were encountered: