Uncomment nested module in test, delete a FIXME
This commit is contained in:
parent
06d0bf7555
commit
c090dcad84
1 changed files with 0 additions and 2 deletions
|
|
@ -75,7 +75,6 @@ mod test_stmt_single_attr_outer {
|
|||
#[attr = "val"]
|
||||
fn f() { }
|
||||
|
||||
/* FIXME: Issue #493
|
||||
#[attr = "val"]
|
||||
mod mod1 {
|
||||
#[legacy_exports];
|
||||
|
|
@ -86,7 +85,6 @@ mod test_stmt_single_attr_outer {
|
|||
extern mod rustrt {
|
||||
#[legacy_exports];
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue