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.
1 parent c874404 commit c2745ccCopy full SHA for c2745cc
1 file changed
src/types/never.md
@@ -2,7 +2,7 @@ r[type.never]
2
# Never type
3
4
r[type.never.intro]
5
-The never type `!` is a type with no values, representing the result of computations that never complete.
+The never type `!` is a type with no values, representing computations that never complete, also known as [diverging][divergence] computations.
6
7
> [!EXAMPLE]
8
> ```rust
0 commit comments