We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a25b65 commit 635ed48Copy full SHA for 635ed48
src/doc/book/structs.md
@@ -61,7 +61,7 @@ write something like this:
61
62
```rust,ignore
63
struct Point {
64
- mut x: i32,
+ mut x: i32, // This causes an error.
65
y: i32,
66
}
67
```
0 commit comments