generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[F] CrashKani crashedKani crashed
Description
Reproduction:
git clone https://github.com/bitflags/bitflags
cd bitflags
RUST_BACKTRACE=1 cargo kani --enable-unstable --only-codegen assess
Result:
thread '<unnamed>' panicked at 'not implemented', kani-compiler/src/codegen_cprover_gotoc/codegen/operand.rs:419:18
stack backtrace:
3: kani_compiler::codegen_cprover_gotoc::codegen::operand::<impl kani_compiler::codegen_cprover_gotoc::context::goto_ctx::GotocCtx>::codegen_scalar
at /home/ubuntu/rmc/kani-compiler/src/codegen_cprover_gotoc/codegen/operand.rs:419:18
4: kani_compiler::codegen_cprover_gotoc::codegen::operand::<impl kani_compiler::codegen_cprover_gotoc::context::goto_ctx::GotocCtx>::codegen_single_variant_single_field
at /home/ubuntu/rmc/kani-compiler/src/codegen_cprover_gotoc/codegen/operand.rs:438:22
The code in question is a remaining raw unimplemented in codegen_scalar:
| _ => unimplemented!(), |
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.[F] CrashKani crashedKani crashed