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
Support function implementations of known built-ins (#3945)
Kani should produce valid symbol tables in GOTO binaries when Rust code
provides an implementation for a built-in known to Kani. Without this
fix, goto-cc fails the following invariant:
```
--- begin invariant violation report ---
Invariant check failed
File: ../src/ansi-c/goto-conversion/goto_convert_functions.cpp:164 function: convert_function
Condition: parameter identifier should not be empty
Reason: !p.empty()
```
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
0 commit comments