rust/tests/rustdoc/inline_cross/auxiliary/issue-76736-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
142 B
Rust
Raw Normal View History

#![feature(staged_api)]
#![unstable(feature = "rustc_private", issue = "none")]
pub trait MaybeResult<T> {}
impl<T> MaybeResult<T> for T {}