rust/crates/syntax/test_data/parser/ok/0006_inner_attributes.rs
2020-08-12 18:30:53 +02:00

10 lines
No EOL
236 B
Rust

#![attr]
#![attr(true)]
#![attr(ident)]
#![attr(ident, 100, true, "true", ident = 100, ident = "hello", ident(100))]
#![attr(100)]
#![attr(enabled = true)]
#![enabled(true)]
#![attr("hello")]
#![repr(C, align = 4)]
#![repr(C, align(4))]