-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
PoC
use vstd::prelude::*;
verus!{
proof fn p(){
let _f = |x:int| -> int { return x; };
}
fn main(){}
}Panic Log
Line 2896 in 128f4d1
| (_, None) => panic!("internal error: missing return type"), |
thread 'rustc' (42) panicked at vir/src/modes.rs:2891:30:
internal error: missing return type
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Env
Verus Version: 2026.02.11 c780c07
Playground Link
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels