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 2ff6ffc commit c6a803aCopy full SHA for c6a803a
src/doc/unstable-book/src/language-features/unsized-locals.md
@@ -80,8 +80,6 @@ fn main() {
80
}
81
```
82
83
-However, the current implementation allows `MyTupleStruct(..)` to be unsized. This will be fixed in the future.
84
-
85
## By-value trait objects
86
87
With this feature, you can have by-value `self` arguments without `Self: Sized` bounds.
0 commit comments