blob: 967bfb5534ca913bae83ec2272d3a3a668306e4c [file] [log] [blame] [edit]
// rustfmt-wrap_comments: true
// rustfmt-style_edition: 2024
// check that a line below max_width does not get over the limit when wrapping
// it in a block comment
fn func() {
let x = 42;
/*
let something = "one line line line line line line line line line line line line line
two lines
three lines";
*/
}