Skip to content

Commit c0be629

Browse files
authored
Merge pull request #1789 from gcb/patch-1
point to raw indentifiers, talking about fields
2 parents 4c2b24f + 84c9f10 commit c0be629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom_types/structs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ fn main() {
9595

9696
### See also
9797

98-
[`attributes`][attributes], and [destructuring][destructuring]
98+
[`attributes`][attributes], [raw identifiers][raw_identifiers] and [destructuring][destructuring]
9999

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

0 commit comments

Comments
 (0)