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:
commit
437179ed8b
1 changed files with 3 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue