Skip to content

Generating Dynamic Patterns #182

Answered by mwillsey
Kingloko asked this question in Q&A
Discussion options

You must be logged in to vote

I believe this is the error:

some_pat.add(ENodeOrVar::ENode(&foo_node));

should be

some_pat.add(ENodeOrVar::ENode(foo_node));

Maybe with a clone. ENodeOrVar::ENode requires an owned enode.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kingloko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants