We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f84f2d + e64510b commit fe434edCopy full SHA for fe434ed
src/items/constant-items.md
@@ -65,7 +65,7 @@ fn create_and_drop_zero_with_destructor() {
65
66
## Unnamed constant
67
68
-Unlike an [associated] constant, a [free] constant may be unnamed by using
+Unlike an [associated constant], a [free] constant may be unnamed by using
69
an underscore instead of the name. For example:
70
71
```rust
@@ -89,7 +89,7 @@ m!(const _: () = (););
89
// const _: () = ();
90
```
91
92
-[associated]: ../glossary.md#associated-item
+[associated constant]: ../items/associated-items.md#associated-constants
93
[constant value]: ../const_eval.md#constant-expressions
94
[free]: ../glossary.md#free-item
95
[static lifetime elision]: ../lifetime-elision.md#static-lifetime-elision
0 commit comments