We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e0f34 + b5596cb commit 9fce337Copy full SHA for 9fce337
src/types.md
@@ -104,9 +104,6 @@ itself. Such recursion has restrictions:
104
Rec = &'static [Rec]` is not allowed.
105
* The size of a recursive type must be finite; in other words the recursive
106
fields of the type must be [pointer types].
107
-* Recursive type definitions can cross module boundaries, but not module
108
- *visibility* boundaries, or crate boundaries (in order to simplify the module
109
- system and type checker).
110
111
An example of a *recursive* type and its use:
112
0 commit comments