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.
2 parents b130011 + a3b72d3 commit e4cb7d5Copy full SHA for e4cb7d5
library/core/src/intrinsics/mod.rs
@@ -2739,10 +2739,6 @@ pub unsafe fn vtable_align(ptr: *const ()) -> usize;
2739
/// Determining whether `T` can be coerced to the trait object type `U` requires trait resolution by the compiler.
2740
/// In some cases, that resolution can exceed the recursion limit,
2741
/// and compilation will fail instead of this function returning `None`.
2742
-///
2743
-/// # Safety
2744
2745
-/// `ptr` must point to a vtable.
2746
#[rustc_nounwind]
2747
#[unstable(feature = "core_intrinsics", issue = "none")]
2748
#[rustc_intrinsic]
0 commit comments