summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/visual_trailing_comma.rs
blob: 9738d397dbf6305182ad58152cbf74fcf5b3d4a5 (plain)
1
2
3
4
5
6
7
// rustfmt-error_on_line_overflow: false
// rustfmt-indent_style: Visual

// rustfmt should not add trailing comma when rewriting macro. See #1528.
fn a() {
    panic!("this is a long string that goes past the maximum line length causing rustfmt to insert a comma here:");
}