generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.
Description
Kani almost always emits the following annoying warning on any program:
warning: Found the following unsupported constructs:
- caller_location (1)
Verification will fail if one or more of these constructs is reachable.
See https://model-checking.github.io/kani/rust-feature-support.html for more details.
warning: 1 warning emitted
for example, on this tiny program:
#[kani::proof]
fn main() {
let _x: bool = kani::any();
}using the following command line invocation:
kani test.rs
with Kani version: f4796ea
It's not clear what the source of this intrinsic is, so it might be worth investigating if this is coming from codegen itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.