The following compiles fine: ``` rust #![allow(dead_code)] struct Foo<'π> { x: &'π int } fn foo<'π>(_: &'π int) {} fn main() {} ``` These should presumably be feature-gated like identifiers are.