Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
issue-76736-1.rs
blob: 4ae9f79a5321ac25d4deda040a400907667738fa [
file
]
#![
feature
(
staged_api
)]
#![
unstable
(
feature
=
"rustc_private"
,
issue
=
"none"
)]
pub
trait
MaybeResult
<
T
>
{}
impl
<
T
>
MaybeResult
<
T
>
for
T
{}