We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e793ca8 + 22a0f75 commit 0aa36deCopy full SHA for 0aa36de
src/items.md
@@ -18,7 +18,7 @@ There are several kinds of item:
18
* [modules](#modules)
19
* [function definitions](#functions)
20
* [`extern` blocks](#external-blocks)
21
-* [type definitions](../grammar.html#type-definitions)
+* [type definitions](#type-aliases)
22
* [struct definitions](#structs)
23
* [enumeration definitions](#enumerations)
24
* [constant items](#constant-items)
@@ -446,8 +446,7 @@ type Point = (u8, u8);
446
let p: Point = (41, 68);
447
```
448
449
-Currently a type alias to an enum type cannot be used to qualify the
450
-constructors:
+A type alias to an enum type cannot be used to qualify the constructors:
451
452
```rust
453
enum E { A }
0 commit comments