rust/src/test/compile-fail/attr-before-ext.rs

4 lines
67 B
Rust
Raw Normal View History

fn main() {
#[attr]
#debug("hi"); //! ERROR expected item
}