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 42bdf0d commit 97f14acCopy full SHA for 97f14ac
core/src/ptr/metadata.rs
@@ -185,8 +185,7 @@ extern "C" {
185
/// Opaque type for accessing vtables.
186
///
187
/// Private implementation detail of `DynMetadata::size_of` etc.
188
- /// Must be zero-sized since there is conceptually not actually any Abstract Machine memory behind this pointer.
189
- /// However, we can require pointer alignment.
+ /// There is conceptually not actually any Abstract Machine memory behind this pointer.
190
type VTable;
191
}
192
0 commit comments