diff options
| author | Douglas Young <rcxdude@gmail.com> | 2014-04-17 16:52:25 +0100 |
|---|---|---|
| committer | Douglas Young <rcxdude@gmail.com> | 2014-04-23 20:33:54 +0100 |
| commit | 4ac89cd27613ffe574a6fc6009793c1900e5cfca (patch) | |
| tree | 6074687f891d2b332e0e6bc988fffc577f25cfaf /src/test/compile-fail/phase-syntax-doesnt-resolve.rs | |
| parent | 09bfb92fdc3ccff42dfcf91b0af368f88dc3e446 (diff) | |
| download | rust-4ac89cd27613ffe574a6fc6009793c1900e5cfca.tar.gz rust-4ac89cd27613ffe574a6fc6009793c1900e5cfca.zip | |
Enable use of syntax extensions when cross compiling.
This adds the target triple to the crate metadata. When searching for a crate the phase (link, syntax) is taken into account. During link phase only crates matching the target triple are considered. During syntax phase, either the target or host triple will be accepted, unless the crate defines a macro_registrar, in which case only the host triple will match.
Diffstat (limited to 'src/test/compile-fail/phase-syntax-doesnt-resolve.rs')
| -rw-r--r-- | src/test/compile-fail/phase-syntax-doesnt-resolve.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/phase-syntax-doesnt-resolve.rs b/src/test/compile-fail/phase-syntax-doesnt-resolve.rs index 9bfc7fc34bb..2053f81683d 100644 --- a/src/test/compile-fail/phase-syntax-doesnt-resolve.rs +++ b/src/test/compile-fail/phase-syntax-doesnt-resolve.rs @@ -11,7 +11,6 @@ // aux-build:macro_crate_test.rs // ignore-stage1 // ignore-android -// ignore-cross-compile #12102 #![feature(phase)] |
