Skip to main content

Module db

Module db 

Source
Expand description

The home of HirDatabase, which is the Salsa database containing all the type inference-related queries.

Structs§

AnonConstId
AnonConstLoc
An anonymous const expression that appears in a type position (e.g., array lengths, const generic arguments like { N + 1 }, or const param defaults). Unlike named constants, these don’t have their own Body — their expressions live in the parent’s signature ExpressionStore.
InternedClosure
InternedClosureId
InternedCoroutineClosureId
InternedCoroutineId
InternedOpaqueTyId

Enums§

GeneralConstId
A constant, which might appears as a const item, an anonymous const block in expressions or patterns, or as a constant in types with const generics.

Traits§

HirDatabase