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 constraints after the generic arguments | LL | pub fn test >() {} | --^^^^^^^ error: aborting due to previous error