Skip to content

Commit 6bd01d0

Browse files
committed
In resolve, forbid duplicate value, type, and module items
Closes #3099
1 parent 0308884 commit 6bd01d0

File tree

5 files changed

+167
-38
lines changed

5 files changed

+167
-38
lines changed

src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ fn test_avoid_copying_the_body_task_spawn() {
18721872
}
18731873
18741874
#[test]
1875-
fn test_avoid_copying_the_body_spawn_listener() {
1875+
fn test_avoid_copying_the_body_spawn_listener_1() {
18761876
do avoid_copying_the_body |f| {
18771877
task().spawn_listener(fn~(move f, _po: comm::port<int>) {
18781878
f();

0 commit comments

Comments
 (0)