11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
#[name = "crate-attributes"];
|
|
#[vers = "1.0"];
|
|
|
|
#[attr1]
|
|
mod m = "crate-attributes-src" {
|
|
#[attr_inner];
|
|
|
|
#[attr2]
|
|
mod foo;
|
|
}
|