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 c3cf598 commit 394cc58Copy full SHA for 394cc58
library/coretests/tests/mem.rs
@@ -1,8 +1,8 @@
1
use core::mem::*;
2
use core::{array, ptr};
3
+use std::cell::Cell;
4
#[cfg(panic = "unwind")]
5
use std::rc::Rc;
-use std::cell::Cell;
6
7
#[test]
8
fn size_of_basic() {
0 commit comments