1 2 3 4 5 6 7 8 9 10 11
pub struct Option; impl Option { pub fn unwrap(self) {} } /// [`Option::unwrap`] pub mod task {} extern "C" { pub fn main() -> std::ffi::c_int; }