aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/aliasness-mismatch.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: Alias fix part 2 -- Check that the aliasness of function parameters ↵Patrick Walton2011-05-091-0/+15
matches. Add a test case.