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
Otherwise, in the case of proc-macros, we have to recompile the entire crate for each test case. This is really hurting test performance.
We should place each test case as a [[bin]] section in temporary crate's Cargo.toml and pass the --bin argument to the cargo expand for each corresponding test case.
The text was updated successfully, but these errors were encountered:
Otherwise, in the case of proc-macros, we have to recompile the entire crate for each test case. This is really hurting test performance.
We should place each test case as a
[[bin]]
section in temporary crate's Cargo.toml and pass the--bin
argument to thecargo expand
for each corresponding test case.The text was updated successfully, but these errors were encountered: