I tried Exercise 2 of the Bounds checking and pointers section of the tutorial. I ran
cargo kani --harness bound_check --visualize --enable-unstable
with Kani version: 0.53.0-dev
I expected to see information about the function, file, and line, e.g.:
Step XXX: Function bound_check, File src/bounds_check.rs, Line 37
Instead, I saw this:
Step XXX: Function MISSING, File MISSING, Line 0
for every line of the trace.