Skip to content

Commit 7873de8

Browse files
committed
moved renamed docs | bind-by-move.rs
1 parent 15d0edc commit 7873de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/bind-by-move.rs renamed to tests/ui/pattern/pattern-match-arc-move.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Tests moving an `Arc` value out of an `Option` in a match expression.
2+
13
//@ run-pass
24

35
use std::sync::Arc;

0 commit comments

Comments
 (0)