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
Fix Rust to Heapster type translation for functions with no return value (#1445)
* fixed the IRT description generation to match the recent change that made the translation of bitvector permissions to just be bitvectors
* updated xor_swap_rust example to use the Rust type in the SAW script
* added a case to the Rust to Heapster translator to handle function types with no return value
* whoops, forgot to update the bitcode file for xor_swap_rust
* bugfix in the Rust to Heapster translator: empty return types need to be converted to unit, not to the empty struct
* tweaked the error message for when Rust types do not translate correctly to the expected LLVM type
0 commit comments