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