pub(crate) fn validate_per_param_attr_conflicts(
attr: &PerParamMiniextendrAttr,
param_name: &str,
is_dots: bool,
ty: Option<&Type>,
span: Span,
) -> Result<()>Expand description
Validate per-parameter attribute conflicts.
Returns Err if:
coerce+match_argon the same parametercoerce+choices(...)on the same parameterchoices(...)+ explicitdefaulton the same parameterdefaulton a&Dotsparameter