diff options
Diffstat (limited to 'tests/ui/std/slice-from-array-issue-113238.rs')
| -rw-r--r-- | tests/ui/std/slice-from-array-issue-113238.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/std/slice-from-array-issue-113238.rs b/tests/ui/std/slice-from-array-issue-113238.rs index e9e1bfb8db3..44f2d7a9478 100644 --- a/tests/ui/std/slice-from-array-issue-113238.rs +++ b/tests/ui/std/slice-from-array-issue-113238.rs @@ -1,4 +1,4 @@ -// check-pass +//@ check-pass // This intends to use the unsizing coercion from array to slice, but it only // works if we resolve `<&[u8]>::from` as the reflexive `From<T> for T`. In |
