Skip to content

Commit c111db1

Browse files
committed
Fix snapshot builders
The test in question does not pass when cross compiling because the syntax extension must always be compiled for the host, not the target.
1 parent 3907a13 commit c111db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
//
10+
1111
// ignore-stage1
12+
// force-host
13+
1214
#![feature(plugin_registrar, managed_boxes, quote)]
1315
#![crate_type = "dylib"]
1416

0 commit comments

Comments
 (0)