blob: 63a0af759a3dee6ce39b9b6ad79c61e9aea49fdb [file] [log] [blame] [edit]
fn main() {
let a = std::sys::imp::process::process_common::StdioPipes { ..panic!() };
//~^ ERROR: cannot find `imp` in `sys` [E0433]
//~| ERROR: module `sys` is private [E0603]
}