An open API service indexing awesome lists of open source software.

https://github.com/xarantolus/kani-issue-build-script

Details for reproducing kani issue
https://github.com/xarantolus/kani-issue-build-script

Last synced: 6 months ago
JSON representation

Details for reproducing kani issue

Awesome Lists containing this project

README

          

This repo contains contains a minimal example that breaks compilation when using [kani](https://github.com/model-checking/kani), where I would expect compilation to work.

Deleting the `binary/build.rs` script makes the compilation work suddenly, despite it being skipped anyways:

```
binary$ cargo kani -v
Kani Rust Verifier 0.48.0 (cargo plugin)
Skipped the following unsupported targets: 'build-script-build'.
...
```