6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
4 lines
65 B
Rust
4 lines
65 B
Rust
fn main() {
|
|
#[attr]
|
|
let _i = 0; //~ ERROR expected item
|
|
} |