Skip to content

Commit

Permalink
Merge pull request #1789 from gcb/patch-1
Browse files Browse the repository at this point in the history
point to raw indentifiers, talking about fields
  • Loading branch information
marioidival committed Dec 21, 2023
2 parents 4c2b24f + 84c9f10 commit c0be629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/custom_types/structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ fn main() {

### See also

[`attributes`][attributes], and [destructuring][destructuring]
[`attributes`][attributes], [raw identifiers][raw_identifiers] and [destructuring][destructuring]

[attributes]: ../attribute.md
[c_struct]: https://en.wikipedia.org/wiki/Struct_(C_programming_language)
[destructuring]: ../flow_control/match/destructuring.md
[raw_identifiers]: ../compatibility/raw_identifiers.md

0 comments on commit c0be629

Please sign in to comment.