We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f36c5 commit 28e0d2fCopy full SHA for 28e0d2f
library/core/tests/mem.rs
@@ -1,5 +1,6 @@
1
use core::mem::*;
2
3
+#[cfg(panic = "unwind")]
4
use std::rc::Rc;
5
6
#[test]
0 commit comments