Skip to content

verify-rust-std generates autoharnesses of kani which brings more function calls especially with closures in names #92

@zjp-CN

Description

@zjp-CN

Example of https://github.com/os-checker/distributed-verification/blob/e01dc705a25fbaecb5367e640ab758250e851367/tests/snapshots/verify-rust-std/names_not_in_functions.txt

    "char::convert::from_u32_unchecked::{closure#0}::{closure#1}::{closure#1}::precondition_check",
    "char::convert::from_u32_unchecked::{closure#2}::{closure#1}::precondition_check",
    "char::convert::from_u32_unchecked::{closure#3}::{closure#0}::precondition_check",

These calls probably come from -Z autoharness --include-pattern

The solution is to support passing extra kani arguments to verify_rust_std CLI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions