]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue_3868.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / tests / source / issue_3868.rs
1 fn foo() {
2     ;
3 }
4
5 fn bar() {
6     for _ in 0..1 {
7         ;
8     }
9 }
10
11 fn baz() {
12     ();
13     }