1 2 3 4 5
iface foo { fn foo(); } impl of int for uint { fn foo() {} } //~ ERROR interface fn main() {}