Skip to content

Instantly share code, notes, and snippets.

@jroesch
Created November 20, 2014 11:12
Show Gist options
  • Save jroesch/47573eb7f4bbeca37cbe to your computer and use it in GitHub Desktop.
Save jroesch/47573eb7f4bbeca37cbe to your computer and use it in GitHub Desktop.
#![feature(associated_types)]
trait N {
type Repr;
}
trait SizedVec<A: N> {}
fn main() {}
@jroesch
Copy link
Author

jroesch commented Nov 20, 2014

Rust Play: http://is.gd/ZS5V4o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment