We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following compiles fine:
#![allow(dead_code)] struct Foo<'π> { x: &'π int } fn foo<'π>(_: &'π int) {} fn main() {}
These should presumably be feature-gated like identifiers are.