// run-pass fn main() { enum Void {} std::rc::Weak::::new(); std::sync::Weak::::new(); }