pub const LIR_VERSION: u64 = 1;Expand description
Version of the stable LIR serialization format.
Bump this when the serialized representation of LirRelationExpr or
anything it transitively contains changes. The schema snapshot test in
tests/lir_schema.rs enforces that the traced schema matches the
checked-in tests/snapshots/lir_v{LIR_VERSION}.json.