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.