1 2 3 4 5 6 7
// aux-build:unreachable_variant.rs extern crate unreachable_variant as other; fn main() { let _x = other::super_sekrit::sooper_sekrit::baz; //~ ERROR is private }