error: generic arguments must come before the first constraint --> $DIR/issue-32214.rs:3:34 | LL | pub fn test >() {} | ------- ^ generic argument | | | the constraint is provided here | help: move the constraint after the generic argument | LL | pub fn test >() {} | ^^^^^^^^^^^^^^ error: aborting due to previous error