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.
This commit is contained in:
parent
3907a13f69
commit
c111db166f
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