From 171166512c0689283253c57ee34c3a575dbdd377 Mon Sep 17 00:00:00 2001 From: Marceline Cramer Date: Wed, 6 May 2026 14:39:55 -0600 Subject: [PATCH] Add target relation label to rule --- crates/ir/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/ir/src/lib.rs b/crates/ir/src/lib.rs index 580519f..b04f1db 100644 --- a/crates/ir/src/lib.rs +++ b/crates/ir/src/lib.rs @@ -103,6 +103,9 @@ pub struct Rule { /// The metadata for this rule. pub meta: T::RuleMeta, + /// The target relation of this rule. + pub relation: T::RelationLabel, + /// The storage pattern for the head. pub head: Vec,