use std; fn main() { iface seq { } impl of seq for ~[T] { //~ ERROR wrong number of type arguments /* ... */ } impl of seq for u32 { /* Treat the integer as a sequence of bits */ } }