Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc
/
auxiliary
/
unsafe-binder-dep.rs
blob: 65aa9032fed19b74a56f119e29ac097e0f0fec78 [
file
] [
log
] [
blame
]
#![
feature
(
unsafe_binders
)]
#![
allow
(
incomplete_features
)]
pub
fn
woof
()
->
unsafe
<
'a> &'
a str
{
todo
!()
}