Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Kani library with the kani-compiler #2533

Closed
celinval opened this issue Jun 15, 2023 · 0 comments · Fixed by #2534
Closed

Build Kani library with the kani-compiler #2533

celinval opened this issue Jun 15, 2023 · 0 comments · Fixed by #2534
Labels
[C] Internal Tracks some internal work. I.e.: Users should not be affected.

Comments

@celinval
Copy link
Contributor

Proposed change: Build Kani and the std library using kani-compiler.

Motivation: The Kani compiler has extra checks, such as well-formed attributes, that will be useful when compiling our sysroot. For example, if we add an ill-formed #[kani::unstable] attribute today, the user crate compilation will fail (we even add a debug_assert() since we expect that to be a Kani bug. Instead, we want the kani library compilation to fail.

@celinval celinval added the [C] Internal Tracks some internal work. I.e.: Users should not be affected. label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Internal Tracks some internal work. I.e.: Users should not be affected.
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant