mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
c97957588b
api::install_pkg now accepts an argument that's a list of (kind, path) dependency pairs. This allows custom package scripts to declare C dependencies, as is demonstrated in rustpkg::tests::test_c_dependency_ok. Closes #6403