diff options
Diffstat (limited to 'tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs')
| -rw-r--r-- | tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs b/tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs index c91b4286b64..ec17a5afbb2 100644 --- a/tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs +++ b/tests/ui/borrowck/borrowck-move-out-from-array-no-overlap.rs @@ -1,4 +1,4 @@ -// check-pass +//@ check-pass fn array() -> [(String, String); 3] { Default::default() |
