Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Last active September 14, 2016 16:06
Show Gist options
  • Save kindlychung/996b35d250b3808b6878dc6a828a4ac2 to your computer and use it in GitHub Desktop.
Save kindlychung/996b35d250b3808b6878dc6a828a4ac2 to your computer and use it in GitHub Desktop.
struct Bar<'b> {
r4 : &'b Foo,
r5 : &'b Foo
}
struct Bar<'b, 'c> {
r4 : &'b Foo,
r5 : &'c Foo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment