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