parent
60023047a4
commit
f58de2d687
3 changed files with 6 additions and 6 deletions
|
|
@ -249,6 +249,8 @@ mod write {
|
|||
*
|
||||
*/
|
||||
iter crate_export_metas(&ast::crate c) -> @ast::meta_item {
|
||||
// FIXME: Need to identify exported attributes as described above,
|
||||
// reevaluate how the above strategy fits in with attributes
|
||||
for (ast::attribute attr in c.node.attrs) {
|
||||
put @attr.node.value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue