General
Lifetime issue in Rust
This issue took me 6 months to figure this out. Adding explicit lifetime to the biggest function is what will make it clear to the rust compiler that a and b need to stay in scope just as long as return value. so once we add lifetimes to biggest we Devamı…