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.
thunk
1 parent d645f8f commit 3346fb0Copy full SHA for 3346fb0
src/libstd/thunk.rs
@@ -11,6 +11,7 @@
11
// Because this module is temporary...
12
#![allow(missing_docs)]
13
#![unstable(feature = "thunk")]
14
+#![deprecated(since = "1.2.0", reason = "use FnBox instead")]
15
16
use alloc::boxed::{Box, FnBox};
17
use core::marker::Send;
0 commit comments