We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
T: ?Sized
1 parent 555bb86 commit a7a45b3Copy full SHA for a7a45b3
text/0000-dst-syntax.md
@@ -172,6 +172,11 @@ Alternatives
172
of the previous syntaxes are discussed in the ‘History of the DST syntax’
173
section of this RFC.
174
175
+- Change the syntax to `T: ?Sized` instead. This is more consistent with things
176
+ like negative bounds (which would probably be something like `T: !Foo`), and
177
+ uses a prefix operator, which is more consistent with other parts of Rust’s
178
+ syntax.
179
+
180
Unresolved questions
181
====================
182
0 commit comments