diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-06-11 14:16:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 14:16:46 +0100 |
| commit | 8240d566ab140343ef0c06ad6a0826eea2bf2c61 (patch) | |
| tree | 8a115f9c7217d42a88195d2867dfc5915ea2fc13 /tests | |
| parent | 279d2b73f1a58b9218131e7b13b701b32eb2f8bd (diff) | |
| parent | b3c2d667124a613a7c579c0e67b427be34e83e88 (diff) | |
| download | rust-8240d566ab140343ef0c06ad6a0826eea2bf2c61.tar.gz rust-8240d566ab140343ef0c06ad6a0826eea2bf2c61.zip | |
Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini
Remove ignore-cross-compile directive from ui/macros/proc_macro All the other proc-macro tests don't have this, presumably this was forgotten when the restriction got lifted as it does test just fine r? `@pietroalbini`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/macros/proc_macro.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/macros/proc_macro.rs b/tests/ui/macros/proc_macro.rs index ce2b041c26e..8fea4ca282c 100644 --- a/tests/ui/macros/proc_macro.rs +++ b/tests/ui/macros/proc_macro.rs @@ -1,6 +1,5 @@ //@ run-pass //@ aux-build:proc_macro_def.rs -//@ ignore-cross-compile extern crate proc_macro_def; |
