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 c44febd commit 8c4f63fCopy full SHA for 8c4f63f
text/0000-unreservations-2018.md
@@ -8,7 +8,7 @@
8
9
We unreserve:
10
+ `pure`
11
-+ `unsize`
++ `unsized`
12
+ `sizeof`
13
+ `alignof`
14
+ `offsetof`
@@ -37,7 +37,7 @@ used as general identifiers. This is done immediately and on edition 2015.
37
38
The keywords to unreserve are:
39
40
41
42
43
@@ -132,7 +132,7 @@ other than `pure`.
132
In both 1. and 2., `pure` can be contextual.
133
We also don't think that the drawbacks are significant for `pure`.
134
135
-## Rationale for `unsize`
+## Rationale for `unsized`
136
137
This would be a modifier on types, but we already have `<T: ?Sized>` and we
138
could have `T: !Sized` so there seems to be no need for keeping `unsized`.
0 commit comments