]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-4830.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / issues / issue-4830.rs
1 // check-pass
2 #![allow(dead_code)]
3
4 // pretty-expanded FIXME #23616
5
6 pub struct Scheduler {
7 /// The event loop used to drive the scheduler and perform I/O
8 event_loop: Box<isize>
9 }
10
11 pub fn main() { }