//@no-rustfix #![warn(clippy::impl_trait_in_params)] pub fn g>>() { extern "C" fn implementation_detail() {} } fn main() {}