You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approach described in #1649 is a great way to get an equivalent of fast cargo check on rust_library targets. However, on rust_binary targets it runs codegen too, not just generating metadata.
This seems to be because the rust_library target specifies a metadata output (
The approach described in #1649 is a great way to get an equivalent of fast
cargo check
onrust_library
targets. However, onrust_binary
targets it runs codegen too, not just generating metadata.This seems to be because the
rust_library
target specifies a metadata output (rules_rust/rust/private/rust.bzl
Line 198 in d9bbb1d
rust_binary
target does not (rules_rust/rust/private/rust.bzl
Line 252 in d9bbb1d
Would it be possible to produce a metadata output from
rust_binary
too?The text was updated successfully, but these errors were encountered: