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 0b933db commit 4b8f4a8Copy full SHA for 4b8f4a8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: d645f8fc286af1841f1a352ddc7282c6e9a7dd8f
+refs/heads/master: 3346fb044285c0b10480099ca3af921a053c38be
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
trunk/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