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 ee426f1 commit 19ad88cCopy full SHA for 19ad88c
src/libcore/gc.rs
@@ -25,6 +25,10 @@ with destructors.
25
26
*/
27
28
+// NB: transitionary, de-mode-ing.
29
+#[forbid(deprecated_mode)];
30
+#[forbid(deprecated_pattern)];
31
+
32
use stackwalk::Word;
33
use libc::size_t;
34
use libc::uintptr_t;
src/libcore/stackwalk.rs
@@ -1,5 +1,9 @@
1
#[doc(hidden)]; // FIXME #3538
2
3
4
5
6
7
use cast::reinterpret_cast;
8
use ptr::offset;
9
use sys::size_of;
0 commit comments