From c111db166f0635bacaccc40c65c8c4e1343f2069 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 22 Sep 2014 09:09:15 -0700 Subject: [PATCH] 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. --- src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs index 269afea52c2..ee5bc55b3fd 100644 --- a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs +++ b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs @@ -7,8 +7,10 @@ // , 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"]