rust/rustfmt-core/tests/source/issue-1177.rs
2018-02-07 22:48:05 +09:00

8 lines
110 B
Rust

// rustfmt-normalize_comments: true
fn main() {
// Line Comment
/* Block Comment */
let d = 5;
}