mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
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:
@@ -1,6 +1,5 @@
|
||||
//@ run-pass
|
||||
//@ aux-build:proc_macro_def.rs
|
||||
//@ ignore-cross-compile
|
||||
|
||||
extern crate proc_macro_def;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user