diff options
Diffstat (limited to 'src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs')
| -rw-r--r-- | src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs b/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs index 4d5a6fbba28..ea4a9e5afa5 100644 --- a/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs +++ b/src/test/run-pass/binding/fn-arg-incomplete-pattern-drop-order.rs @@ -1,3 +1,4 @@ +// run-pass // Check that partially moved from function parameters are dropped after the // named bindings that move from them. |
