Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
stability-in-private-module.rs
blob: f12e9198b0d7c274f767b703d1892845e66e5019 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
=
std
::
thread
::
thread_info
::
current_thread
();
//~^ERROR module `thread_info` is private
}