pub fn duplicate_config_err<F, S>(
    first: F,
    second: S,
    name: &str,
    ink_attr: &str
) -> Errorwhere
    F: Spanned,
    S: Spanned,
Expand description

Return an error to notify about duplicate ink! configuration arguments.