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
Probably results in segfaults. The code in trans that takes the value of crust functions doesn't know how to look up the ast::def for external functions.
The text was updated successfully, but these errors were encountered:
As part of cargo build-dev, we recreate the folder target/kani which will include libraries used by the compiler. We used to blindly copy all files inside the build folder, but this may contain older versions of certain libraries triggering issues while resolving dependencies.
Now, we only copy artifacts from the current build.
Probably results in segfaults. The code in trans that takes the value of crust functions doesn't know how to look up the ast::def for external functions.
The text was updated successfully, but these errors were encountered: