Skip to content

Commit

Permalink
point to raw indentifiers, talking about fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gcb authored Dec 19, 2023
1 parent 4c2b24f commit 84c9f10
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 84c9f10

Please sign in to comment.