File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919#![ feature( unicode_internals) ]
2020#![ recursion_limit = "256" ]
2121
22+ // FIXME(#56935): Work around ICEs during cross-compilation.
23+ #[ allow( unused) ]
24+ extern crate rustc_macros;
25+
2226#[ macro_export]
2327macro_rules! unwrap_or {
2428 ( $opt: expr, $default: expr) => {
Original file line number Diff line number Diff line change 66
77#![ feature( or_patterns) ]
88
9+ // FIXME(#56935): Work around ICEs during cross-compilation.
10+ #[ allow( unused) ]
11+ extern crate rustc_macros;
12+
913mod builtin;
1014
1115pub use builtin:: * ;
Original file line number Diff line number Diff line change 1717#![ feature( associated_type_bounds) ]
1818#![ feature( exhaustive_patterns) ]
1919
20+ // FIXME(#56935): Work around ICEs during cross-compilation.
21+ #[ allow( unused) ]
22+ extern crate rustc_macros;
23+
2024#[ macro_use]
2125extern crate log;
2226
You can’t perform that action at this time.
0 commit comments