summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/src/names/namespaces.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference/src/names/namespaces.md')
-rw-r--r--src/doc/reference/src/names/namespaces.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/reference/src/names/namespaces.md b/src/doc/reference/src/names/namespaces.md
index 14811697c..bb4409b73 100644
--- a/src/doc/reference/src/names/namespaces.md
+++ b/src/doc/reference/src/names/namespaces.md
@@ -52,6 +52,7 @@ The following is a list of namespaces, with their corresponding entities:
* [Generic lifetime parameters]
* Label Namespace
* [Loop labels]
+ * [Block labels]
An example of how overlapping names in different namespaces can be used unambiguously:
@@ -132,6 +133,7 @@ It is still an error for a [`use` import] to shadow another macro, regardless of
[Attribute macros]: ../procedural-macros.md#attribute-macros
[attributes]: ../attributes.md
[bang-style macros]: ../macros.md
+[Block labels]: ../expressions/loop-expr.md#labelled-block-expressions
[boolean]: ../types/boolean.md
[Built-in attributes]: ../attributes.md#built-in-attributes-index
[closure parameters]: ../expressions/closure-expr.md