Description
The following line is formatting differently and in an undesirable way with rustfmt from rustc beta (1.41.0-beta.4):
The diff looks like this:
Diff in /home/travis/build/yeslogic/allsorts/tests/woff2.rs at line 233:
.iter()
.map(|glyph| match glyph {
GlyfRecord::Parsed(
- found @ Glyph {
+ found
+ @
+ Glyph {
data: GlyphData::Composite { .. },
..
},