Open
Description
// rustfmt-wrap_comments: true
/// ```xxx```
///
/// xxx
pub struct X;
$ rustfmt --check --config=wrap_comments=true <tests/source/issue-xxx.rs
Diff in <stdin>:1:
// rustfmt-wrap_comments: true
/// ```xxx```
-///
+///
/// xxx
pub struct X;
error[internal]: left behind trailing whitespace
--> <stdin>:4:4:4
|
4 | ///
| ^
|
= note: set `error_on_unformatted = false` to suppress the warning against comments or string literals
warning: rustfmt has failed to format. See previous 1 errors.