We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't understand the paragraph at the end of this page:
If b or y were owning trait objects (Box), there would be a (b.vtable.destructor)(b.data) (respectively y) call when they went out of scope.
The text was updated successfully, but these errors were encountered:
Import real content.
0027253
Remove confusing paragraph from Trait Objects
75ffcd8
It isn't really neccesary, but is pretty dense. Fixes rust-lang#25956
Auto merge of #26317 - steveklabnik:gh25956, r=alexcrichton
00382a5
It isn't really neccesary, but is pretty dense. Fixes #25956
No branches or pull requests
I don't understand the paragraph at the end of this page:
The text was updated successfully, but these errors were encountered: