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 2f95de3 commit 63bb3e6Copy full SHA for 63bb3e6
src/doc/book/type-aliases.md
@@ -53,7 +53,9 @@ if x == y {
53
```
54
55
This compiles without error. Values of a `Num` type are the same as a value of
56
-type `i32`, in every way.
+type `i32`, in every way. You can use [tuple struct] to really get a new type.
57
+
58
+[tuple struct]: structs.html#tuple-structs
59
60
You can also use type aliases with generics:
61
0 commit comments