aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/generic-fn-twice.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-2/+2
| | | | This should be a snapshot transition.
* Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to ↵Roy Frostig2010-06-291-0/+10
lose their type parameters over the course of the typechecking pass.