Implementation of “implicit drop” inlay hints:
let x = vec![2]; if some_condition() { /* drop(x) */return; }