-
Notifications
You must be signed in to change notification settings - Fork 995
Open
Labels
A-commentsArea: commentsArea: commentsA-whitespaceArea: whitespace and its handlingArea: whitespace and its handlingC-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEI-poor-formattingIssue: poor formattingIssue: poor formattingUO-format_code_in_doc_commentsUnstable option: format_code_in_doc_commentsUnstable option: format_code_in_doc_comments
Description
/// ```
/// println!("1"); // comment
/// # println!("2")
/// ```
becomes
/// ```
/// println!("1"); // comment
///
/// # println!("2")
/// ```
rustfmt 1.8.0-nightly (9748d87dc7 2025-07-21)
Parent: #3348
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-commentsArea: commentsArea: commentsA-whitespaceArea: whitespace and its handlingArea: whitespace and its handlingC-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICEI-poor-formattingIssue: poor formattingIssue: poor formattingUO-format_code_in_doc_commentsUnstable option: format_code_in_doc_commentsUnstable option: format_code_in_doc_comments