We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5419aa3 commit 9346519Copy full SHA for 9346519
src/doc/style-guide/src/expressions.md
@@ -178,10 +178,12 @@ let f = Foo {
178
Functional record update syntax is treated like a field, but it must never have
179
a trailing comma. Do not put a space after `..`.
180
181
+```rust
182
let f = Foo {
183
field1,
184
..an_expr
185
};
186
+```
187
188
189
### Tuple literals
0 commit comments