commit | baa73c0ad84615260166cf9c025424724cc60e38 | [log] [tgz] |
---|---|---|
author | Ilya Bobyr <ilya.bobyr@gmail.com> | Mon Feb 11 17:02:23 2019 -0800 |
committer | Ilya Bobyr <ilya.bobyr@gmail.com> | Thu Feb 14 15:47:18 2019 -0800 |
tree | f5295a59215f312b63f91e397ab55a12cd27dee6 | |
parent | 80bfd85a0b3a4e3009d7565378bc16f9994f099b [diff] |
[proc-macro-hack] Enable for Fuchsia configuration In order to re-export a proc_macro defined with proc_macro_hack, I need the proc_macro_hack crate. Change-Id: Iedc1d3425ab7480628620035e4d34112f5ab0818
After modifying Cargo.toml
, Run fx update-rustc-third-party
You will need a modern OpenSSL and to export either PKG_CONFIG_PATH
or CFLAGS
and LDFLAGS
in order for cargo to find it, before running fx update-rustc-third-party
.
You can install using brew install openssl
and observe brew info openssl
for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md