Skip to content

Commit

Permalink
auto merge of #17440 : alexcrichton/rust/fix-snapshot, r=brson
Browse files Browse the repository at this point in the history
The test in question does not pass when cross compiling because the syntax
extension must always be compiled for the host, not the target.
  • Loading branch information
bors committed Sep 22, 2014
2 parents 3907a13 + c111db1 commit 437179e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//

// ignore-stage1
// force-host

#![feature(plugin_registrar, managed_boxes, quote)]
#![crate_type = "dylib"]

Expand Down

0 comments on commit 437179e

Please sign in to comment.