We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This should be legal but isn't:
fn foo<T: 'static>(_: T) {} fn bar<T>(x: &'static T) { foo(x); } fn main() {}
@nikomatsakis ?
nominating feature-complete