facebookincubator / reindeer

Reindeer is a tool to transform Rust Cargo dependencies into generated Buck build rules
MIT License
184 stars 30 forks source link

safe_arch crate doesn't build in vendored mode (fails to copy all required sources) when precise_srcs=true. #18

Closed photex closed 1 year ago

photex commented 1 year ago

Hello!

The safe_arch crate only includes modules in the source tree when using precise_srcs = true, apparently because it uses a macro to actually import the module.

I'm not entirely certain what the action item for this would be, but I don't think this an unusual thing for crates to do.

Thanks!

photex commented 1 year ago

Ok, I've now found the docs folder!