- https://github.com/rust-lang/rust/issues/155938 ```rust fn bar(a: &mut Foo.{ a }, b: &mut Foo.{ b }) { a.a += 1; b.b += 1; } ```