1 2 3 4 5 6 7 8
use arc_handle::arc_handle; #[arc_handle] pub trait BadTrait { fn mutate(&mut self, value: i32); } fn main() {}