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.
This commit is contained in:
bors 2014-09-22 18:25:26 +00:00
commit 437179ed8b
1 changed files with 3 additions and 1 deletions

View File

@ -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"]