// rustfmt-file_lines: null // https://github.com/rust-lang/rustfmt/issues/3649 struct A { t: i64, } mod foo { fn bar() { // test let i = 12; // test } fn baz() { /// let j = 15; } }