Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-4830.rs
blob: a8553bd6bf3db0ad0d4930d6f1e15f55d943913e [
file
] [
log
] [
blame
]
// 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
()
{
}