This is valid code, but rust-analyzer doesn't parse it correctly: ```rust fn f<T>() where T: ?for<> Sized {} ```