Replace unexported meta tags with attributes

Issue #487
This commit is contained in:
Brian Anderson 2011-06-18 16:44:53 -07:00
parent 60023047a4
commit f58de2d687
3 changed files with 6 additions and 6 deletions

View file

@ -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;
}