Skip to content

Commit ba8728c

Browse files
committed
fix test using mem::uninitialized
1 parent 5e02277 commit ba8728c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-pass/move-undef-primval.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(deprecated)]
2+
13
struct Foo {
24
_inner: i32,
35
}

0 commit comments

Comments
 (0)