Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-12699.rs
blob: 4fc93735c3ce333e84e7930909f90e2057e8ed34 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ ignore-sgx not supported
#![
allow
(
deprecated
)]
use
std
::
thread
;
fn
main
()
{
thread
::
sleep_ms
(
250
);
}