pub trait Trait { fn dyn_instead_of_self(self: Box); //~^ ERROR invalid `self` parameter type } pub fn main() {}