Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upLifetime parameters #48
Comments
This comment has been minimized.
This comment has been minimized.
Cldfire
referenced this issue
May 18, 2017
Open
Improve ergonomics of methods that must return a struct with a lifetime parameter #2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yberreby commentedSep 24, 2016
I'm trying to use
error-chainin the context of a simple Lisp interpreter. One of the errors I want to handle has a lifetime parameter, buterror-chaindoes not seem to offer a way to specify generic lifetime parameters. Is it possible?