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 0a204fe commit 18a5598Copy full SHA for 18a5598
library/core/src/intrinsics/mod.rs
@@ -2657,8 +2657,7 @@ pub unsafe fn vtable_size(ptr: *const ()) -> usize;
2657
#[rustc_intrinsic]
2658
pub unsafe fn vtable_align(ptr: *const ()) -> usize;
2659
2660
-/// FIXME: write actual docs (ivarflakstad)
2661
-/// The intrinsic will return the vtable of `t` through the lens of `U`.
+/// The intrinsic returns the vtable of `T` through the lens of `U`.
2662
///
2663
/// # Compile-time failures
2664
/// Determining whether `T` implements `U` requires trait resolution by the compiler.
0 commit comments