]> git.lizzy.rs Git - rust.git/commitdiff
more commits on issue 2185
authorJohn Clements <clements@racket-lang.org>
Tue, 30 Apr 2013 17:39:20 +0000 (10:39 -0700)
committerJohn Clements <clements@racket-lang.org>
Tue, 30 Apr 2013 23:31:55 +0000 (16:31 -0700)
src/test/run-pass/issue-2185.rs

index 350dea4415dd0fb3c93a0c0ea9d6e299a9e7763d..8a553784c5e2e71ed79cb40f12d08ade35876e8f 100644 (file)
@@ -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