Skip to content

Commit 9d276b1

Browse files
committed
Add test case for #3878, which didn't get merged somehow
1 parent 45d04f5 commit 9d276b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/run-pass/issue-3878.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main()
2+
{
3+
let y = ~1;
4+
move y;
5+
}

0 commit comments

Comments
 (0)