5 lines
90 B
Rust
5 lines
90 B
Rust
|
fn main() {
|
||
|
if true /*!*/ {}
|
||
|
//~^ ERROR expected `{`, found doc comment `/*!*/`
|
||
|
}
|