2011-06-16 17:31:59 -05:00
|
|
|
#[name = "crate-attributes"];
|
|
|
|
#[vers = "1.0"];
|
|
|
|
|
2011-06-28 20:15:39 -05:00
|
|
|
#[attr1]
|
2011-11-21 22:31:09 -06:00
|
|
|
#[path = "crate-attributes-src"]
|
|
|
|
mod m {
|
2012-09-21 20:10:45 -05:00
|
|
|
#[legacy_exports];
|
2011-06-28 20:15:39 -05:00
|
|
|
#[attr_inner];
|
|
|
|
|
|
|
|
#[attr2]
|
2012-09-21 20:10:45 -05:00
|
|
|
#[legacy_exports]
|
2011-06-16 16:59:51 -05:00
|
|
|
mod foo;
|
2011-06-16 17:31:59 -05:00
|
|
|
}
|