rustfmt-nightly 0.6.0

Tool to find and fix Rust formatting issues
// rustfmt-normalize_comments: true
fn main() {
    // Line Comment
    /* Block Comment */

    let d = 5;
}