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 6dce2eb commit 6fb4f95Copy full SHA for 6fb4f95
library/core/src/future/async_drop.rs
@@ -46,6 +46,7 @@ pub trait AsyncDrop {
46
///
47
/// See [`ptr::drop_in_place`] for safety concerns.
48
49
+/// [`ptr::drop_in_place`]: crate::ptr::drop_in_place()
50
#[unstable(feature = "async_drop", issue = "126482")]
51
#[lang = "async_drop_in_place"]
52
pub async unsafe fn async_drop_in_place<T: ?Sized>(_to_drop: *mut T) {
0 commit comments