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