Skip to main content

Module solver_errors

Module solver_errors 

Source
Expand description

Handling of trait solver errors and converting them to errors hir can pass to ide-diagnostics.

Note that we also have crate::next_solver::infer::errors, which takes the raw NextSolverError, and converts it into FulfillmentError that contains more details.

Structs§

SolverDiagnostic
StoredTraitPredicate

Enums§

SolverDiagnosticKind

Functions§

handle_trait_unimplemented 🔒