Skip to content

Commit c090dca

Browse files
committed
Uncomment nested module in test, delete a FIXME
1 parent 06d0bf7 commit c090dca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/run-pass/item-attributes.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ mod test_stmt_single_attr_outer {
7575
#[attr = "val"]
7676
fn f() { }
7777

78-
/* FIXME: Issue #493
7978
#[attr = "val"]
8079
mod mod1 {
8180
#[legacy_exports];
@@ -86,7 +85,6 @@ mod test_stmt_single_attr_outer {
8685
extern mod rustrt {
8786
#[legacy_exports];
8887
}
89-
*/
9088
}
9189
}
9290

0 commit comments

Comments
 (0)