Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
issue-4830.rs
blob: d48c13fd10b1d62a44b9ab63aba76e29e3cc873e [
file
] [
log
] [
blame
]
//@ check-pass
#![
allow
(
dead_code
)]
pub
struct
Scheduler
{
/// The event loop used to drive the scheduler and perform I/O
event_loop
:
Box
<
isize
>
}
pub
fn
main
()
{
}