2017-05-11 13:38:26 +09:00
|
|
|
// rustfmt-error_on_line_overflow: false
|
2017-11-04 22:46:40 +09:00
|
|
|
// rustfmt-fn_call_indent: Visual
|
2017-05-11 13:38:26 +09:00
|
|
|
|
|
|
|
// 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:");
|
|
|
|
}
|