Self-referential predicate hashes as statement template args (#494)
* Support quoted predicate hashes, including self-referential predicates * Clippy * Review feedback
This commit is contained in:
parent
13cabdb511
commit
1e592e11cf
9 changed files with 573 additions and 31 deletions
|
|
@ -346,6 +346,9 @@ impl<'a> Lowerer<'a> {
|
|||
let key = Key::from(key_str.as_str());
|
||||
MWStatementTmplArg::AnchoredKey(wildcard, key)
|
||||
}
|
||||
BuilderArg::SelfPredicateHash(_) => {
|
||||
unreachable!("SelfPredicateHash should not appear in request lowering")
|
||||
}
|
||||
};
|
||||
mw_args.push(mw_arg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue