Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
crashes
/
140099.rs
blob: fca129100555dd4b43e942f76864875b269563f3 [
file
] [
log
] [
blame
]
//@ known-bug: #140099
struct
a
;
impl
From
for
a where
for
<
'any> &'
any
mut
():
Clone
{}
fn
b
()
->
Result
<(),
std
::
convert
::
Infallible
>
{
||
->
Result
<
_
,
a
>
{
b
()?
}
}