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`
This commit is contained in:
许杰友 Jieyou Xu (Joe)
2024-06-11 14:16:46 +01:00
committed by GitHub
-1
View File
@@ -1,6 +1,5 @@
//@ run-pass
//@ aux-build:proc_macro_def.rs
//@ ignore-cross-compile
extern crate proc_macro_def;