diff --git a/src/custom_types/structs.md b/src/custom_types/structs.md index 26367a0a69..29d9b8a8ff 100644 --- a/src/custom_types/structs.md +++ b/src/custom_types/structs.md @@ -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