about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJohn Clements <clements@racket-lang.org>2013-04-30 10:39:20 -0700
committerJohn Clements <clements@racket-lang.org>2013-04-30 16:31:55 -0700
commit3a5361aec990ff2b07cabf9d9fbfac67f056d97f (patch)
tree9bb0898e2c263e31ae5cf5b805666f2de4756482 /src
parent178305ffecf4e183a425028ba53b39a4f4dd1121 (diff)
more commits on issue 2185
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/issue-2185.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-2185.rs b/src/test/run-pass/issue-2185.rs
index 350dea4415d..8a553784c5e 100644
--- a/src/test/run-pass/issue-2185.rs
+++ b/src/test/run-pass/issue-2185.rs
@@ -32,6 +32,7 @@
 // think it's fine to remove this test, just because it's old and cruft and not hard to reproduce. *However* it should eventually be possible to implement the same interface for the same type multiple times with different type parameters, it's just that our current trait implementation has accidental limitations.
 
 // so I'm leaving it in.
+// actually, it looks like this is related to bug #3429. I'll rename this bug.
 
 // This test had to do with an outdated version of the iterable trait.
 // However, the condition it was testing seemed complex enough to