Skip to content

Commit 3bf9b5b

Browse files
committed
Link to items listed for type paths
In the syntax index, in the table about type expressions, we have a list of things that can be referred to by type paths. Let's link to each of the items in that list.
1 parent b074761 commit 3bf9b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ This appendix provides an index of tokens and common forms with links to where t
238238
| `(Type)` | [parenthesized types] |
239239
| `impl Trait` | [impl trait types], [anonymous type parameters] |
240240
| `dyn Trait` | [trait object types] |
241-
| `ident`<br>`ident::…` | [type paths] (can refer to structs, enums, unions, type aliases, traits, generics, etc.) |
241+
| `ident`<br>`ident::…` | [type paths] (can refer to [structs], [enumerations], [unions], [type aliases], [traits], [generics], etc.) |
242242
| `Type<…>`<br>`Trait<…>` | [generic arguments] (e.g. `Vec<u8>`) |
243243
| `Trait<ident = Type>` | [associated type bindings] (e.g. `Iterator<Item = T>`) |
244244
| `Trait<ident: …>` | [associated type bounds] (e.g. `Iterator<Item: Send>`) |

0 commit comments

Comments
 (0)