rust/tests/ui/four_forward_slashes_first_line.rs
2023-07-12 19:54:55 -05:00

8 lines
289 B
Rust

//// borked doc comment on the first line. doesn't combust!
fn a() {}
//@run-rustfix
// This test's entire purpose is to make sure we don't panic if the comment with four slashes
// extends to the first line of the file. This is likely pretty rare in production, but an ICE is an
// ICE.