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 6e3f79b commit 6e3c505Copy full SHA for 6e3c505
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