E.g. ```rust foo(xxxxxxx, xxxxxxxx /* inline comment */, y /* sup */); ``` ```rust foo( xxxxxxx, xxxxxxxx, // inline comment y, /* sup */ ); ``` when `normalize_comments = true`.