Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-4830.rs
blob: 364def61da846e06093edf67f43912817462f88a [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
pub
struct
Scheduler
{
/// The event loop used to drive the scheduler and perform I/O
event_loop
:
Box
<
isize
>
}
pub
fn
main
()
{
}