Skip to content

wrap_comments=true can add a space to already properly formatted comments #6569

Open
@ahl

Description

@ahl
// 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions