We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type as Trait
1 parent a514517 commit e8a93eaCopy full SHA for e8a93ea
src/syntax-index.md
@@ -170,7 +170,7 @@ This appendix provides an index of tokens and common forms with links to where t
170
| `crate::…` | [crate-relative paths] |
171
| `self::…` | [module-relative paths] |
172
| `super::…` | [parent module paths] |
173
-| `Type::…`<br>`<type as trait>::ident` | [associated items] |
+| `Type::…`<br>`<Type as Trait>::ident` | [associated items] |
174
| `<Type>::…` | [qualified paths] which can be used for types without names such as `<&T>::…`, `<[T]>::…`, etc. |
175
| `Trait::method(…)`<br>`Type::method(…)`<br>`<Type as Trait>::method(…)` | [disambiguated method calls] |
176
| `Type<…>` | [generic arguments] (e.g. `Vec<u8>`) <!-- TODO: fix after generic args reorg --> |
0 commit comments