summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3055/backtick.rs
blob: f5bae8d3db4b86a10f04c594245af013e18e04f4 (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-wrap_comments: true

/// Simple block
///
/// ```text
///  `
/// ```
fn main() {
    println!("Hello, world!");
}