Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-99734-aux.rs
blob: 234d55efb554d06ad852deda9ac47a8d6a334894 [
file
] [
log
] [
blame
]
pub
struct
Option
;
impl
Option
{
pub
fn
unwrap
(
self
)
{}
}
/// [`Option::unwrap`]
pub
mod
task
{}
extern
"C"
{
pub
fn
main
()
->
std
::
ffi
::
c_int
;
}