Sign in
rust
/
miri
/
refs/heads/try
/
.
/
tests
/
pass
/
tuple_like_enum_variant_constructor.rs
blob: 5cf91b3f4d194eb188c8942cbb902709e7674c4c [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
assert_eq
!(
Some
(
42
).
map
(
Some
),
Some
(
Some
(
42
)));
}