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