mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 04:52:40 +00:00
10 lines
166 B
Rust
10 lines
166 B
Rust
//@ run-pass
|
|
// ignore-tidy-cr
|
|
|
|
// nondoc comment with bare CR: '
|
|
'
|
|
//// nondoc comment with bare CR: '
|
|
'
|
|
/* block nondoc comment with bare CR: '
|
|
' */
|
|
|
|
fn main() {
|
|
}
|