-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ConstraintSynthesizer::generate_constraints
not consume self
by value
#323
Comments
Does it mean that we just change My first attempt shows that this seems good: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0dcc9126df1c78347ad34fc5238617a4 |
yeah, it's mostly just an issue with updating everything downstream =) |
ConstraintSynthesizer::generate_constraints
not consume self
ConstraintSynthesizer::generate_constraints
not consume self
by value
@weikengchen Now that cloning |
Nope? Because the one that may need cloning is |
Oh oops, misread the title lol. Ok, will address this in my current set of changes. |
No description provided.
The text was updated successfully, but these errors were encountered: