Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up#[insertable_into] fails with lifetimes other than 'a or 'insert #246
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TimNN commentedMar 28, 2016
The following code fails to compile unless the
'blifetime is changed to'aor'insert:I believe that this code only works with
'abecause as far as I know lifetimes are exempt from macro hygiene.