]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3055/backtick.rs
Fix static async closure qualifier order
[rust.git] / tests / target / issue-3055 / backtick.rs
1 // rustfmt-wrap_comments: true
2
3 /// Simple block
4 ///
5 /// ```text
6 ///  `
7 /// ```
8 fn main() {
9     println!("Hello, world!");
10 }