summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/four_forward_slashes_first_line.fixed
blob: 5ef40015d88b62a1152ffb2edda4c4b92755a1bc (plain)
1
2
3
4
5
6
/// borked doc comment on the first line. doesn't combust!
fn a() {}

// 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.