Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
39d9b840bbd2ed663241f4800f4d07b7950df46f
/
.
/
tests
/
rustdoc-js
/
nested-unboxed.rs
blob: 57f9592b791471e99c49a4bb4e8958b11ffd55c7 [
file
] [
log
] [
blame
]
pub
struct
Object
<
T
,
U
>(
T
,
U
);
pub
fn
something
()
->
Result
<
Object
<
i32
,
u32
>,
bool
>
{
loop
{}
}