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