fn add_state(op: ::State) { //~^ ERROR `isize: HasState` is not satisfied } trait HasState { type State; } fn main() {}