//extern crate has_assoc_type; //fn ice(x: Box>) { fn ice(x: Box>) { *x //~ ERROR mismatched types [E0308] } fn main() {}