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:
Alex Crichton 2014-09-22 09:09:15 -07:00
parent 3907a13f69
commit c111db166f
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"]