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 15d0edc commit 7873de8Copy full SHA for 7873de8
tests/ui/bind-by-move.rs renamed to tests/ui/pattern/pattern-match-arc-move.rs
@@ -1,3 +1,5 @@
1
+//! Tests moving an `Arc` value out of an `Option` in a match expression.
2
+
3
//@ run-pass
4
5
use std::sync::Arc;
0 commit comments