Skip to content

Commit

Permalink
In resolve, forbid duplicate value, type, and module items
Browse files Browse the repository at this point in the history
Closes #3099
  • Loading branch information
catamorphism committed Aug 6, 2012
1 parent 0308884 commit 6bd01d0
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 38 deletions.
2 changes: 1 addition & 1 deletion src/libcore/task.rs
Expand Up @@ -1872,7 +1872,7 @@ fn test_avoid_copying_the_body_task_spawn() {
}

#[test]
fn test_avoid_copying_the_body_spawn_listener() {
fn test_avoid_copying_the_body_spawn_listener_1() {
do avoid_copying_the_body |f| {
task().spawn_listener(fn~(move f, _po: comm::port<int>) {
f();
Expand Down

0 comments on commit 6bd01d0

Please sign in to comment.