this post was submitted on 23 Mar 2024
11 points (92.3% liked)
Rust
5981 readers
103 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, you aren't using it on the right side of Func and only using it as a parameter to that in BuiltInFunction. You can probably use
C: for<'a> Context<'a>
instead in the parameter lines?Thanks, that solves it indeed!