Skip to content

Instantly share code, notes, and snippets.

@det
Created October 15, 2014 23:49
Show Gist options
  • Save det/94e0e6f46ac9d3332dbb to your computer and use it in GitHub Desktop.
Save det/94e0e6f46ac9d3332dbb to your computer and use it in GitHub Desktop.
fn bar<T>(x: T)
{}
fn foo<T: ???>(x: T)
{
bar(x);
bar(x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment