1 2 3 4 5 6 7 8
use extern_trait::extern_trait; #[extern_trait(BadProxy)] trait Bad { fn value<T>(&self, t: T) -> T; } fn main() {}