warning: not reporting region error due to nll --> $DIR/ex3-both-anon-regions-both-are-structs-earlybound-regions.rs:18:12 | LL | x.push(y); //~ ERROR lifetime mismatch | ^ error: unsatisfied lifetime constraints --> $DIR/ex3-both-anon-regions-both-are-structs-earlybound-regions.rs:18:5 | LL | fn foo<'a, 'b>(mut x: Vec>, y: Ref<'b>) | -- -- lifetime `'b` defined here | | | lifetime `'a` defined here ... LL | x.push(y); //~ ERROR lifetime mismatch | ^^^^^^^^^ argument requires that `'b` must outlive `'a` error: aborting due to previous error