Podlang syntax for quoted predicates (#495)
This commit is contained in:
parent
a4069bcc55
commit
22d25e5cb2
11 changed files with 453 additions and 14 deletions
|
|
@ -165,6 +165,9 @@ pub enum ValidationError {
|
|||
#[error("Modules must contain at least one predicate definition")]
|
||||
NoPredicatesInModule,
|
||||
|
||||
#[error("Self-referential predicate literal not allowed in requests")]
|
||||
SelfReferentialPredicateLiteralNotAllowedInRequests { span: Option<Span> },
|
||||
|
||||
#[error("Requests must contain a REQUEST block")]
|
||||
NoRequestBlock,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue