Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-38857.rs
blob: 81d881c100bb6936024cf9c349642d96e2d99fb7 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
a
=
std
::
sys
::
imp
::
process
::
process_common
::
StdioPipes
{
..
panic
!()
};
//~^ ERROR failed to resolve: could not find `imp` in `sys` [E0433]
//~^^ ERROR module `sys` is private [E0603]
}