diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-28 22:29:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 22:29:51 +0800 |
| commit | d09523d842b6dce9cc9d5fce96d84006420f98de (patch) | |
| tree | 83e556a280da91784da85a380f23ac716dd9916d /tests/ui | |
| parent | 87cac9fdb55c6da290ab003a9bdd28a5044c810d (diff) | |
| parent | 0881dba5d38331ecb0a4b4e259d77cf57b95636f (diff) | |
| download | rust-d09523d842b6dce9cc9d5fce96d84006420f98de.tar.gz rust-d09523d842b6dce9cc9d5fce96d84006420f98de.zip | |
Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=notriddle
Fix (more) test directives that were accidentally ignored Continuation of #137099 , caught by #137103 (and needed to unblock that one). These test directives were accidentally using the old (`// ```@`)``` syntax
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/inline-const/collect-scopes-in-pat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/inline-const/collect-scopes-in-pat.rs b/tests/ui/inline-const/collect-scopes-in-pat.rs index 024fde53741..16baf920f58 100644 --- a/tests/ui/inline-const/collect-scopes-in-pat.rs +++ b/tests/ui/inline-const/collect-scopes-in-pat.rs @@ -1,4 +1,4 @@ -// @compile-flags: -Zlint-mir +//@ compile-flags: -Zlint-mir //@ check-pass #![feature(inline_const_pat)] |
