We don't have any tests for Rust features like ```rust fn foo<T>() where for<'a> T: Trait<'a> {} ``` we should fix that (and fix the borrow checker to support it!)
We don't have any tests for Rust features like
we should fix that (and fix the borrow checker to support it!)