Skip to content

Commit 437179e

Browse files
committed
auto merge of #17440 : alexcrichton/rust/fix-snapshot, r=brson
The test in question does not pass when cross compiling because the syntax extension must always be compiled for the host, not the target.
2 parents 3907a13 + c111db1 commit 437179e

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

+3-1
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)