mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
7 lines
273 B
Rust
7 lines
273 B
Rust
/// 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.
|