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 41da55a commit 8d50b7bCopy full SHA for 8d50b7b
library/core/src/intrinsics/mod.rs
@@ -2754,8 +2754,7 @@ pub unsafe fn vtable_size(ptr: *const ()) -> usize;
2754
#[rustc_intrinsic]
2755
pub unsafe fn vtable_align(ptr: *const ()) -> usize;
2756
2757
-/// FIXME: write actual docs (ivarflakstad)
2758
-/// 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`.
2759
///
2760
/// # Compile-time failures
2761
/// Determining whether `T` implements `U` requires trait resolution by the compiler.
0 commit comments