about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-10-30 22:54:27 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-11-01 21:28:47 -0700
commit2b9c7742b919d97dd2d720eef0c0785c799e9546 (patch)
treeebca0a2663c6dd210fb6b4642f90e5d16dd45d89 /src/libsyntax/parse/parser.rs
parentc15038db0843835bb075e2b37547e22a65604b0b (diff)
downloadrust-2b9c7742b919d97dd2d720eef0c0785c799e9546.tar.gz
rust-2b9c7742b919d97dd2d720eef0c0785c799e9546.zip
Stop propagating link arguments across crates
This is a fairly brittle modle that doesn't scale well across many crates. It's
unlikely that all of the downstream crates will have all of the original native
dependencies of all the upstream crates. In the case that FFI functions are
reachable, then it should be the responsibility of the downstream crate to link
against the correct library, or the upstream crate should prevent the functions
from being reachable.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions