diff options
Diffstat (limited to 'tests/ui/lint/clashing-extern-fn-recursion.rs')
| -rw-r--r-- | tests/ui/lint/clashing-extern-fn-recursion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lint/clashing-extern-fn-recursion.rs b/tests/ui/lint/clashing-extern-fn-recursion.rs index ab0fd0a2e70..40bef400594 100644 --- a/tests/ui/lint/clashing-extern-fn-recursion.rs +++ b/tests/ui/lint/clashing-extern-fn-recursion.rs @@ -1,4 +1,4 @@ -// check-pass +//@ check-pass // // This tests checks that clashing_extern_declarations handles types that are recursive through a // pointer or ref argument. See #75512. |
