Skip to content

Commit

Permalink
Unrolled build for rust-lang#126254
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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`
  • Loading branch information
rust-timer authored Jun 11, 2024
2 parents 20ba13c + b3c2d66 commit d9f96d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ui/macros/proc_macro.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//@ run-pass
//@ aux-build:proc_macro_def.rs
//@ ignore-cross-compile

extern crate proc_macro_def;

Expand Down

0 comments on commit d9f96d4

Please sign in to comment.