We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ea7c5d + 8a86959 commit 9f0cc13Copy full SHA for 9f0cc13
src/items/generics.md
@@ -51,7 +51,7 @@ instances of the item must be instantiated with a value of the given type.
51
<!-- TODO: update above to say "introduces a name in the [value namespace]"
52
once namespaces are added. -->
53
54
-The only allowed types of const parameters are `u8`, `u16`, `u32`, `u64`, `u128`, `usize`
+The only allowed types of const parameters are `u8`, `u16`, `u32`, `u64`, `u128`, `usize`,
55
`i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `char` and `bool`.
56
57
Const parameters can be used anywhere a [const item] can be used, with the
0 commit comments