Skip to content

Conversation

alexcrichton
Copy link
Member

There is currently not much precedent for target crates requiring syntax
extensions to compile their test versions. This dependency is possible, but
can't be encoded through the normal means of DEPS_regex because it is a
test-only dependency and it must be a host dependency (it's a syntax
extension).

Closes #13844

There is currently not much precedent for target crates requiring syntax
extensions to compile their test versions. This dependency is possible, but
can't be encoded through the normal means of DEPS_regex because it is a
test-only dependency and it must be a *host* dependency (it's a syntax
extension).

Closes rust-lang#13844
bors added a commit that referenced this pull request Apr 29, 2014
There is currently not much precedent for target crates requiring syntax
extensions to compile their test versions. This dependency is possible, but
can't be encoded through the normal means of DEPS_regex because it is a
test-only dependency and it must be a *host* dependency (it's a syntax
extension).

Closes #13844
@bors bors closed this Apr 29, 2014
@bors bors merged commit 7b3650d into rust-lang:master Apr 29, 2014
@alexcrichton alexcrichton deleted the regex-deps branch May 1, 2014 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libregex tests should depend on libregex_macros
3 participants