]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-3055/empty-code-block.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / issue-3055 / empty-code-block.rs
CommitLineData
f20569fa
XL
1// rustfmt-wrap_comments: true
2
3/// Simple block
4///
5/// ```
6/// ```
7///
8/// ```no_run
9/// ```
10///
11/// ```should_panic
12/// ```
13///
14/// ```compile_fail
15/// ```
16fn main() {
17 println!("Hello, world!");
18}