This gives a segmentation fault: ```rust fn main() { enum Void {} std::rc::Weak::<Void>::new(); } ``` There's no rust backtrace to show; I could reproduce this on various platforms and compiler versions.