summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/struct-pattern.rs
blob: 6acb2e27f4fa42f7dbe56e277654611f45edd708 (plain)
1
2
3
4
5
// 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; }