15 lines
149 B
Rust
15 lines
149 B
Rust
pub fn fail1() {
|
|
// Some comment.
|
|
/**///
|
|
}
|
|
|
|
pub fn fail2() {
|
|
// Some comment.
|
|
/**/
|
|
}
|
|
|
|
pub fn fail3() {
|
|
// Some comment.
|
|
//
|
|
}
|