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 result is a error which tells me "ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point it", and return a Exception("segmentation fault")
So, if I want to use ensures, requires and invariant API in Rust just like in clang, what should I do?
I would be very happy if you could guide me, and I will be very glad to help you to implement the relevant content!
Thanks again!
The text was updated successfully, but these errors were encountered:
1vs9
changed the title
How rust
How it can support ensures, requires, invariant API in Rust
Nov 24, 2022
Now,smack doesn't support ensures,requires and invariant API in Rust,
When I Just declare them in smack.rs,it doesn't work,
And Then I test it by add ensures in test file
The result is a error which tells me "ensure you have llvm-symbolizer in your PATH or set the environment var
LLVM_SYMBOLIZER_PATH
to point it", and return a Exception("segmentation fault")So, if I want to use ensures, requires and invariant API in Rust just like in clang, what should I do?
I would be very happy if you could guide me, and I will be very glad to help you to implement the relevant content!
Thanks again!
The text was updated successfully, but these errors were encountered: