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 falcon ztest library is evaluating CARGO_WORKSPACE_DIR at compile time. This check also happens in any crate that consumes ztest and then goes on to transitively impact all crates in a dependency tree involving ztest. This is highly undesirable behavior. Figure out a better way to find workspace binaries than the current approach.
The text was updated successfully, but these errors were encountered:
In the following code
falcon/ztest/src/lib.rs
Lines 298 to 337 in 29deea1
the falcon ztest library is evaluating
CARGO_WORKSPACE_DIR
at compile time. This check also happens in any crate that consumes ztest and then goes on to transitively impact all crates in a dependency tree involving ztest. This is highly undesirable behavior. Figure out a better way to find workspace binaries than the current approach.The text was updated successfully, but these errors were encountered: