Sign in
fuchsia
/
third_party
/
rust
/
cbab5adf8ad87ede5b3160cf778107c51f5f07cf
/
.
/
tests
/
pretty
/
struct-pattern.rs
blob: 6acb2e27f4fa42f7dbe56e277654611f45edd708 [
file
] [
log
] [
blame
]
// pp-exact
// pretty-compare-only
// Testing that shorthand struct patterns are preserved
fn
main
()
{
let
Foo
{
a
,
ref
b
,
mut
c
,
x
:
y
,
z
:
z
}
=
foo
;
}