Created
October 15, 2014 23:49
-
-
Save det/94e0e6f46ac9d3332dbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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