6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
6 lines
117 B
Rust
6 lines
117 B
Rust
// compile-flags: -W err-path-statement
|
|
fn main() {
|
|
|
|
let x = 10;
|
|
x; //~ ERROR path statement with no effect
|
|
} |